We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f40e6 commit ed0331bCopy full SHA for ed0331b
.github/workflows/integration.yml
@@ -116,7 +116,7 @@ jobs:
116
- name: 'npm build'
117
run: 'npm ci && npm run build'
118
119
- - uses: 'google-github-actions/setup-gcloud@master'
+ - uses: 'google-github-actions/setup-gcloud@main'
120
with:
121
service_account_email: '${{ secrets.DEPLOY_CF_SA_EMAIL }}'
122
service_account_key: '${{ secrets.DEPLOY_CF_SA_KEY_JSON }}'
.gitignore
@@ -1,7 +1,7 @@
1
node_modules/
2
runner/
3
4
-# Rest of the file pulled from https://github.com/github/gitignore/blob/master/Node.gitignore
+# Rest of the file pulled from https://github.com/github/gitignore/blob/main/Node.gitignore
5
# Logs
6
logs
7
*.log
0 commit comments