Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Darren test #592

Closed
wants to merge 10 commits into from
Prev Previous commit
Next Next commit
Testing removal of --shallow --tags
  • Loading branch information
darrentmagic committed Jul 21, 2023
commit 6cc15566bb911f5f683e9582f1e885804926b236
7 changes: 0 additions & 7 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,8 @@ jobs:
name: Build
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
steps:
- name: "configure ssh access"
run: git config --global url."https://${GITHUB_TOKEN}:[email protected]/".insteadOf "[email protected]:"

- uses: actions/checkout@v2
with:
token: ${GITHUB_TOKEN}

- name: Prepare repository
run: git fetch --unshallow --tags

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