Skip to content

Commit

Permalink
remove deprecated set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq authored May 7, 2024
1 parent aca249b commit ec108f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/WatchCondaForge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
else
RESULT=False
fi
echo "::set-output name=exists::${RESULT}"
echo "exists=${RESULT}" >> $GITHUB_OUTPUT
# Skip following commands if PR already exists or pangeo-notebook version matches current master
- name: Create Pull Request
Expand Down

0 comments on commit ec108f7

Please sign in to comment.