We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b497e53 + 5eec5d3 commit 89d194dCopy full SHA for 89d194d
1 file changed
tools/github_workflows/run-publisher.yaml
@@ -25,7 +25,7 @@ jobs:
25
# Set the COMMIT_ID env variable
26
- name: Set the Commit Id
27
id: commit
28
- run: echo "commit_id=${GITHUB_SHA}" >> $GITHUB_ENV
+ run: echo "commit_id=${GITHUB_SHA}" >> $GITHUB_OUTPUT
29
outputs:
30
commit_id: ${{ steps.commit.outputs.commit_id }}
31
#Publish with Commit ID
@@ -39,7 +39,7 @@ jobs:
39
API_MANAGEMENT_SERVICE_OUTPUT_FOLDER_PATH: apimartifacts # change this to the artifacts folder
40
secrets: inherit
41
42
- #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
43
Push-Changes-To-APIM-Dev-Without-Commit-ID:
44
if: ( github.event.inputs.COMMIT_ID_CHOICE == 'publish-all-artifacts-in-repo' )
45
needs: get-commit
0 commit comments