Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizencc committed Jul 26, 2023
1 parent dd1aeae commit d5d6802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- name: 'make env var'
id: 'pr_output'
run: |
cat ./pr_number
echo "pr_number=$(cat ./pr_number)" >> "GITHUB_OUTPUT"
cat pr_number
echo "pr_number=$(cat pr_number)" >> "GITHUB_OUTPUT"
secondjob:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d5d6802

Please sign in to comment.