We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e2c26 commit c007c69Copy full SHA for c007c69
.github/workflows/pull_request.yaml
@@ -69,7 +69,7 @@ jobs:
69
id: output
70
if: env.GIT_DIFF
71
run: |
72
- echo "::set-output name=git_diff::${{ env.GIT_DIFF }}"
+ echo "git_diff=${{ env.GIT_DIFF }}" >> $GITHUB_OUTPUT
73
release:
74
runs-on: ubuntu-latest
75
needs: [release_check]
.github/workflows/push_main.yaml
@@ -90,7 +90,7 @@ jobs:
90
91
92
93
94
95
96
needs: [test, lint, release_check]
0 commit comments