Skip to content

Commit

Permalink
ci: remove ref so that action fetches $GITHUB_SHA instead
Browse files Browse the repository at this point in the history
  • Loading branch information
kiike committed Jul 10, 2024
1 parent 14d4d8d commit a171f40
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 a171f40

Please sign in to comment.