Skip to content

Commit

Permalink
fix: point at main
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schultz committed Jul 19, 2024
1 parent 4d78678 commit 64d1b9f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
fetch-depth: 0

- name: Push to Staging Branch
# TODODODODODODODD - update to main
uses: passportxyz/gh-workflows/.github/actions/push-to-branch@2683-id-staking-workflow
uses: passportxyz/gh-workflows/.github/actions/push-to-branch@main
with:
commit: ${{ needs.ref.outputs.refspec }}
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -64,8 +63,7 @@ jobs:
fetch-depth: 0

- name: Push to Production Branch
# TODODODODODODODD - update to main
uses: passportxyz/gh-workflows/.github/actions/push-to-branch@2683-id-staking-workflow
uses: passportxyz/gh-workflows/.github/actions/push-to-branch@main
with:
commit: ${{ needs.ref.outputs.refspec }}
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 64d1b9f

Please sign in to comment.