Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
ci: remove extra line space
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw authored Jul 18, 2023
1 parent 161b473 commit 2abb16d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: latest
cache: 'yarn'
cache: yarn

- name: Install Yarn dependencies
run: yarn --frozen-lockfile


- name: Register the webhook
run: yarn webhook || yarn webhook

0 comments on commit 2abb16d

Please sign in to comment.