File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
run : |
104
104
# Use of this flag in the github-label-sync command will cause it to only check the validity of the
105
105
# configuration.
106
- echo "::set-output name= flag:: --dry-run"
106
+ echo "flag= --dry-run" >> "$GITHUB_OUTPUT "
107
107
108
108
- name : Checkout repository
109
109
uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101
101
- name : Set report artifact name
102
102
id : report-artifact-name
103
103
run : |
104
- echo "::set-output name= report-artifact-name:: ${{ github.job }}"
104
+ echo "report-artifact-name= ${{ github.job }}" >> "$GITHUB_OUTPUT "
105
105
106
106
- name : Save sketches report as workflow artifact
107
107
uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments