Skip to content

Commit

Permalink
try new github syntax for storing output
Browse files Browse the repository at this point in the history
  • Loading branch information
aaruni96 committed Nov 27, 2024
1 parent 8084bdf commit cf5cd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Read summary file
id: getsummary
run: echo "::set-output name=summary::$(cat summary.txt)"
run: echo "{summary}={$(cat summary.txt)}" >> $GITHUB_OUTPUT

# Create a pull request
- name: Create Pull Request
Expand Down

0 comments on commit cf5cd0d

Please sign in to comment.