We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81203f2 commit 89cefd6Copy full SHA for 89cefd6
2 files changed
.github/workflows/.deploy.yml
@@ -96,7 +96,7 @@ jobs:
96
# Variables
97
- if: inputs.tag == ''
98
id: pr
99
- uses: bcgov/action-get-pr@8f9a16a1f7a7574b10e2fb473bfef0c4c4fff3d6 # v0.2.1
+ uses: bcgov/action-get-pr@3931962bf13b3f4702d0013ec7c836f752ff1a3b # v0.3.0
100
101
- id: vars
102
run: |
.github/workflows/merge.yml
@@ -31,7 +31,7 @@ jobs:
31
steps: # Get PR number for squash merges to main
32
- name: PR Number
33
34
35
deploy-test:
36
name: Deploy (TEST)
37
permissions:
0 commit comments