Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/github_workflows/run-publisher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# Set the COMMIT_ID env variable
- name: Set the Commit Id
id: commit
run: echo "commit_id=${GITHUB_SHA}" >> $GITHUB_ENV
run: echo "commit_id=${GITHUB_SHA}" >> $GITHUB_OUTPUT
outputs:
commit_id: ${{ steps.commit.outputs.commit_id }}
#Publish with Commit ID
Expand All @@ -39,7 +39,7 @@ jobs:
API_MANAGEMENT_SERVICE_OUTPUT_FOLDER_PATH: apimartifacts # change this to the artifacts folder
secrets: inherit

#Publish without Commit ID. Publishes all artifacts that reside in the artifacts forlder
#Publish without Commit ID. Publishes all artifacts that reside in the artifacts folder
Comment thread
waelkdouh marked this conversation as resolved.
Push-Changes-To-APIM-Dev-Without-Commit-ID:
if: ( github.event.inputs.COMMIT_ID_CHOICE == 'publish-all-artifacts-in-repo' )
needs: get-commit
Expand Down