Skip to content

Commit

Permalink
ci(autoupdate): replace deprecated code
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ko committed Nov 11, 2024
1 parent 4300fe8 commit 4d1c855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
run: |
if git diff --exit-code; then
echo "No changes detected."
echo "::set-output name=changes::false"
echo "changes=false" >> $GITHUB_OUTPUT
else
echo "Changes detected."
echo "::set-output name=changes::true"
echo "changes=true" >> $GITHUB_OUTPUT
fi
- name: Commit changes
Expand Down

0 comments on commit 4d1c855

Please sign in to comment.