We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1356071 + 66c4411 commit 8ef4106Copy full SHA for 8ef4106
.github/workflows/sync-labels.yml
@@ -103,7 +103,7 @@ jobs:
103
run: |
104
# Use of this flag in the github-label-sync command will cause it to only check the validity of the
105
# configuration.
106
- echo "::set-output name=flag::--dry-run"
+ echo "flag=--dry-run" >> "$GITHUB_OUTPUT"
107
108
- name: Checkout repository
109
uses: actions/checkout@v3
.github/workflows/test-integration.yml
@@ -101,7 +101,7 @@ jobs:
101
- name: Set report artifact name
102
id: report-artifact-name
- echo "::set-output name=report-artifact-name::${{ github.job }}"
+ echo "report-artifact-name=${{ github.job }}" >> "$GITHUB_OUTPUT"
- name: Save sketches report as workflow artifact
uses: actions/upload-artifact@v3
0 commit comments