Skip to content

Commit

Permalink
Merge pull request #758 from kiike/pr/fix_ci_on_pr
Browse files Browse the repository at this point in the history
ci: remove ref in the checkout action so that checkout fetches $GITHUB_SHA instead
  • Loading branch information
cavearr committed Jul 10, 2024
2 parents 14d4d8d + a171f40 commit b62f0cd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:

# Checkout the develop branch
- uses: actions/checkout@v3
with:
ref: develop

- name: Setup por arm64
run: ./scripts/preInstallArm64.sh
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/main-osx-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
with:
ref: develop

- name: Setup Nodejs version
uses: actions/setup-node@v3
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/main-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:

# Checkout the develop branch
- uses: actions/checkout@v3
with:
ref: develop

- name: Setup Nodejs version
uses: actions/setup-node@v3
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:

# Checkout the develop branch
- uses: actions/checkout@v3
with:
ref: develop

- name: Setup Nodejs version
uses: actions/setup-node@v3
Expand Down

0 comments on commit b62f0cd

Please sign in to comment.