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 25
25
# Set the COMMIT_ID env variable
26
26
- name : Set the Commit Id
27
27
id : commit
28
- run : echo "commit_id=${GITHUB_SHA}" >> $GITHUB_ENV
28
+ run : echo "commit_id=${GITHUB_SHA}" >> $GITHUB_OUTPUT
29
29
outputs :
30
30
commit_id : ${{ steps.commit.outputs.commit_id }}
31
31
# Publish with Commit ID
39
39
API_MANAGEMENT_SERVICE_OUTPUT_FOLDER_PATH : apimartifacts # change this to the artifacts folder
40
40
secrets : inherit
41
41
42
- # Publish without Commit ID. Publishes all artifacts that reside in the artifacts forlder
42
+ # Publish without Commit ID. Publishes all artifacts that reside in the artifacts folder
43
43
Push-Changes-To-APIM-Dev-Without-Commit-ID :
44
44
if : ( github.event.inputs.COMMIT_ID_CHOICE == 'publish-all-artifacts-in-repo' )
45
45
needs : get-commit
You can’t perform that action at this time.
0 commit comments