Skip to content

Commit

Permalink
Merge pull request #3180 from yanguoyu/fix-action-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY authored May 30, 2024
2 parents 37b0fbb + c3a2888 commit e1b8cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_wallet_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
branch: 'chore-update-wallet-env/${{github.ref_name}}'
sha: '${{ github.event.create.head.sha }}'
sha: '${{ github.sha }}'

- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit e1b8cdf

Please sign in to comment.