Skip to content

Commit

Permalink
build: update PR builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Achintha Isuru committed Aug 20, 2024
1 parent 34e32ad commit a6d3ff8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
- name: ⬇️ Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ env.GH_TOKEN }}
fetch-depth: 0

- name: 🌴 Fetch PR branch
run: |
Expand Down Expand Up @@ -106,8 +106,8 @@ jobs:
id: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ env.GH_TOKEN }}
fetch-depth: 0

- name: ☕️ Set up Adopt JDK 17
uses: actions/setup-java@v3
Expand All @@ -132,8 +132,8 @@ jobs:
id: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ env.GH_TOKEN }}
fetch-depth: 0

- name: 🟢 Setup node
id: setup-node
Expand Down

0 comments on commit a6d3ff8

Please sign in to comment.