Skip to content

Commit

Permalink
fix: update workflow sha ref
Browse files Browse the repository at this point in the history
  • Loading branch information
victorggonzalez authored Sep 7, 2022
1 parent 64daa03 commit 1141701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-staging-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: Graasp app calculator
# Replace 'main' with the hash of a commit, so it points to an specific version of the reusable workflow that is used
# Reference reusable workflow file. Using the commit SHA is the safest for stability and security
uses: graasp/graasp-deploy/.github/workflows/update-staging-version.yml@2c1fbb283ea5db70258237bb0fe0fd1a09064861
uses: graasp/graasp-deploy/.github/workflows/update-staging-version.yml@c5c706c5b643b04f6e9012fc4bb5fa736b6a651e
with:
release-type: ${{ inputs.release-type }}
secrets:
Expand Down

0 comments on commit 1141701

Please sign in to comment.