Skip to content

Commit ed0331b

Browse files
authored
chore: update references to setup-gcloud@master -> setup-gcloud@main (#312)
1 parent 12f40e6 commit ed0331b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- name: 'npm build'
117117
run: 'npm ci && npm run build'
118118

119-
- uses: 'google-github-actions/setup-gcloud@master'
119+
- uses: 'google-github-actions/setup-gcloud@main'
120120
with:
121121
service_account_email: '${{ secrets.DEPLOY_CF_SA_EMAIL }}'
122122
service_account_key: '${{ secrets.DEPLOY_CF_SA_KEY_JSON }}'

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
node_modules/
22
runner/
33

4-
# Rest of the file pulled from https://github.com/github/gitignore/blob/master/Node.gitignore
4+
# Rest of the file pulled from https://github.com/github/gitignore/blob/main/Node.gitignore
55
# Logs
66
logs
77
*.log

0 commit comments

Comments
 (0)