Skip to content

Commit

Permalink
Merge pull request #21 from ncino/DO-3346
Browse files Browse the repository at this point in the history
fix: consume update to s3_trigger_pipeline action's inputs
  • Loading branch information
Cerelius authored Oct 11, 2024
2 parents d61a371 + ca24337 commit 7a5bd8f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions workflow-templates/1gp-promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,16 @@ jobs:
ci-ncino-ssh-private-signing-key: "${{ secrets.CI_NCINO_SSH_PRIVATE_SIGNING_KEY }}"
ci-ncino-ssh-public-signing-key: "${{ secrets.CI_NCINO_SSH_PUBLIC_SIGNING_KEY }}"

- name: Get Commit Sha from Tag
id: get-commit-sha
run: echo "::set-output name=commit-sha::$(git rev-list -n 1 ${{ inputs.github-release-tag }})"

- name: πŸ€™ Upload Artifact and trigger packaging πŸ„β€β™‚οΈ
uses: ncino/action-aws/s3_trigger_pipeline@v3
with:
run-package-automation-skipper: "false"
commit-sha1: ${{ steps.get-commit-sha.outputs.commit-sha }}
version: ${{ inputs.github-release-tag }}

- name: πŸ‘ Success Message πŸ‘
if: success()
Expand Down

0 comments on commit 7a5bd8f

Please sign in to comment.