File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -225,15 +225,15 @@ runs:
225
225
openssl enc -aes-256-ctr -pbkdf2 -salt -in "$path" -out "$path.encrypted" -pass file:"$temp_file"
226
226
mv "$path.encrypted" "$path"
227
227
228
- - if : ${{ inputs.command == 'plan' && env.GITHUB_SERVER_URL == 'https://github.com' }}
228
+ - if : ${{ inputs.command == 'plan' && github.server_url == 'https://github.com' }}
229
229
id : upload
230
230
uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
231
231
with :
232
232
name : ${{ steps.identifier.outputs.name }}
233
233
path : ${{ format('{0}{1}tfplan', inputs.arg-chdir || inputs.working-directory, (inputs.arg-chdir || inputs.working-directory) && '/' || '') }}
234
234
overwrite : true
235
235
236
- - if : ${{ inputs.command == 'plan' && env.GITHUB_SERVER_URL != 'https://github.com' }}
236
+ - if : ${{ inputs.command == 'plan' && github.server_url != 'https://github.com' }}
237
237
id : upload-v3
238
238
uses : actions/upload-artifact@c24449f33cd45d4826c6702db7e49f7cdb9b551d # v3.2.1-node20
239
239
with :
You can’t perform that action at this time.
0 commit comments