Skip to content

Commit

Permalink
CI: fix dev branch sync
Browse files Browse the repository at this point in the history
  • Loading branch information
vHeemstra committed Jul 17, 2022
1 parent cde271b commit 8e913fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci_push_on_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v3
# with:
# token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
with:
fetch-depth: 0
# token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

- name: Install Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 8e913fa

Please sign in to comment.