We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baafd09 commit 4f540c6Copy full SHA for 4f540c6
1 file changed
.github/workflows/deploy-production.yml
@@ -14,7 +14,7 @@ jobs:
14
echo source: ${{github.event.client_payload.source}}, workflow: ${{github.event.client_payload.workflow}}, action_run_id: ${{github.event.client_payload.run_id}}, action_run_number: ${{github.event.client_payload.run_number}}, sha: ${{ github.event.client_payload.sha }}, github_ref: ${{ github.event.client_payload.ref }}
15
16
- name: Checking Out https://github.com/phcode-dev/phoenix
17
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
18
with:
19
repository: phcode-dev/phoenix
20
ref: prod
0 commit comments