We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e711b commit 30b906dCopy full SHA for 30b906d
1 file changed
.github/workflows/merge.yml
@@ -28,7 +28,7 @@ jobs:
28
steps:
29
# Get PR number for squash merges to main
30
- id: pr
31
- uses: bcgov/action-get-pr@ec2d69cce60f86a79cac0fcfc279cb7e8fa08842 # v0.3.0
+ uses: bcgov/action-get-pr@3931962bf13b3f4702d0013ec7c836f752ff1a3b # v0.3.0
32
deploy-test:
33
name: TEST Deploys (${{ needs.init.outputs.pr }})
34
needs: [init]
0 commit comments