Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
feat: Test set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
EnriqueSoria committed Nov 28, 2022
1 parent fc46103 commit 69c5537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ branding:
runs:
using: "composite"
steps:
- run: python ${{ github.action_path }}/annotate_pr_with_ruff/main.py
- run: python ${{ github.action_path }}/annotate_pr_with_ruff/main.py >> $GITHUB_STATE
shell: bash

0 comments on commit 69c5537

Please sign in to comment.