Skip to content

Commit 2d10bb9

Browse files
committed
use staging branch
1 parent 2584a5b commit 2d10bb9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-staging.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ jobs:
1414
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 }}
1515
1616
- name: Checking Out https://github.com/phcode-dev/phoenix
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818
with:
1919
repository: phcode-dev/phoenix
20+
ref: staging
2021
path: './phoenix'
2122
- name: Building phoenix release artifacts
2223
working-directory: ./phoenix

0 commit comments

Comments
 (0)