Skip to content

Commit

Permalink
Merge pull request #24 from bnb-chain/cicd
Browse files Browse the repository at this point in the history
chore: Update cide
  • Loading branch information
wenty22 authored Oct 21, 2024
2 parents 2ba66f7 + 05e346a commit 9c2026b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gh-pages-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
types: [created]

env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
SERVER_ENDPOINT: ${{ vars.SERVER_ENDPOINT }}
WALLET_CONNECT_PROJECT_ID: ${{ vars.WALLET_CONNECT_PROJECT_ID }}

Expand All @@ -19,7 +18,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ env.BRANCH_NAME}}
ref: ${{ github.event.pull_request.head.sha }}
token: ${{ secrets.GITHUB_TOKEN }}

- uses: ./.github/actions/setup
Expand Down

0 comments on commit 9c2026b

Please sign in to comment.