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 8e02ae1 commit 7f5090eCopy full SHA for 7f5090e
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Set Job Output
37
id: set-output
38
run: |
39
- echo "::set-output name=run-tests::${{ steps.changed-files.outputs.any_modified }}"
+ echo "run-tests=${{ steps.changed-files.outputs.any_modified }}" >> $GITHUB_OUTPUT
40
41
- name: Set Exit Status
42
if: always()
.github/workflows/templates/ci.yml
0 commit comments