Skip to content

Commit

Permalink
Feature/e2e-tests set correct branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ladamesny committed Oct 18, 2024
1 parent f46b15d commit f6012e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event_name == 'workflow_dispatch' && github.ref_name || 'master' }}
ref: ${{ github.event_name == 'workflow_dispatch' && github.ref_name || 'feature/e2e-tests' }}

- name: Set deployment_version as env variable
run: echo "DEPLOYMENT_VERSION=$(jq -r .deployment_version ./config/substrate/staging_nodes.json)" >> $GITHUB_ENV
Expand Down

0 comments on commit f6012e7

Please sign in to comment.