We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c909a2 commit b2d6934Copy full SHA for b2d6934
1 file changed
.github/workflows/deploy.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
- - 95-github-action-pre-push-hook
+ - 95-github-action-pre-push-hook #For testing only
8
workflow_dispatch: # Optional: allows manual triggering for testing
9
10
jobs:
@@ -13,11 +13,11 @@ jobs:
13
14
steps:
15
- name: Checkout code
16
- uses: actions/checkout@v3
17
- with:
18
- ref: main # Ensure the correct branch is checked out
+ uses: actions/checkout@v4
+ #with:
+ # ref: main # Ensure the correct branch is checked out, add back when deploy
19
- name: Set up Node.js
20
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
21
with:
22
node-version: '16'
23
- name: Install clasp
0 commit comments