File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -119,9 +119,9 @@ jobs:
119
119
- name : " set the version alias for self"
120
120
run : |
121
121
if [ "${{ github.event_name }}" == 'pull_request' ]; then
122
- echo ::set-output name= VERSION_ALIAS:: dev-"${{ github.sha }}"
122
+ echo " VERSION_ALIAS= dev-"${{ github.sha }}"" >> $GITHUB_OUTPUT
123
123
else
124
- echo ::set-output name= VERSION_ALIAS:: dev-main
124
+ echo " VERSION_ALIAS= dev-main" >> $GITHUB_OUTPUT
125
125
fi
126
126
id : branch_alias
127
127
- name : " require phpstan-drupal"
@@ -220,9 +220,9 @@ jobs:
220
220
- name : " set the version alias for self"
221
221
run : |
222
222
if [ "${{ github.event_name }}" == 'pull_request' ]; then
223
- echo ::set-output name= VERSION_ALIAS:: dev-"${{ github.sha }}"
223
+ echo " VERSION_ALIAS= dev-"${{ github.sha }}"" >> $GITHUB_OUTPUT
224
224
else
225
- echo ::set-output name= VERSION_ALIAS:: dev-main
225
+ echo " VERSION_ALIAS= dev-main" >> $GITHUB_OUTPUT
226
226
fi
227
227
id : branch_alias
228
228
- name : determine phpstan cache directory
You can’t perform that action at this time.
0 commit comments