File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
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 @@ -102,7 +102,7 @@ jobs:
102
102
- name : Set report artifact name
103
103
id : report-artifact-name
104
104
run : |
105
- echo "::set-output name= report-artifact-name:: ${{ github.job }}"
105
+ echo "report-artifact-name= ${{ github.job }}" >> "$GITHUB_OUTPUT "
106
106
107
107
- name : Save sketches report as workflow artifact
108
108
uses : actions/upload-artifact@v3
Original file line number Diff line number Diff line change @@ -42,5 +42,5 @@ sudo apt-get install --yes python${PYTHON_PACKAGE_VERSION}-venv > /dev/null
42
42
43
43
# Set outputs for use in GitHub Actions workflow steps
44
44
# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-output-parameter
45
- echo " ::set-output name= python-command:: $PYTHON_COMMAND "
46
- echo " ::set-output name= python-venv-activate-script-path:: $PYTHON_VENV_ACTIVATE_SCRIPT_PATH "
45
+ echo " python-command= $PYTHON_COMMAND " >> " $GITHUB_OUTPUT "
46
+ echo " python-venv-activate-script-path= $PYTHON_VENV_ACTIVATE_SCRIPT_PATH " >> " $GITHUB_OUTPUT "
You can’t perform that action at this time.
0 commit comments