mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 12:49:23 +00:00
Move from set-output to $GITHUB_OUTPUT
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
This commit is contained in:
2
.github/workflows/monthly-nightly-update.yml
vendored
2
.github/workflows/monthly-nightly-update.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
git commit -m "Update nightly"
|
||||
git push -u origin $(date +"nightly-%Y-%m")
|
||||
|
||||
echo "::set-output name=commit::$(git rev-parse HEAD)"
|
||||
echo "name=commit::$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Pull Request
|
||||
uses: actions/github-script@v6
|
||||
|
||||
Reference in New Issue
Block a user