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 2525 # Set the COMMIT_ID env variable
2626 - name : Set the Commit Id
2727 id : commit
28- run : echo "commit_id=${GITHUB_SHA}" >> $GITHUB_ENV
28+ run : echo "commit_id=${GITHUB_SHA}" >> $GITHUB_OUTPUT
2929 outputs :
3030 commit_id : ${{ steps.commit.outputs.commit_id }}
3131 # Publish with Commit ID
3939 API_MANAGEMENT_SERVICE_OUTPUT_FOLDER_PATH : apimartifacts # change this to the artifacts folder
4040 secrets : inherit
4141
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
4343 Push-Changes-To-APIM-Dev-Without-Commit-ID :
4444 if : ( github.event.inputs.COMMIT_ID_CHOICE == 'publish-all-artifacts-in-repo' )
4545 needs : get-commit
You can’t perform that action at this time.
0 commit comments