We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0718091 commit b268588Copy full SHA for b268588
.github/workflows/release-master.yaml
@@ -65,6 +65,8 @@ jobs:
65
with: { main-branch-name: 'master' }
66
67
- name: Release
68
+ timeout-minutes: 2
69
+ continue-on-error: true
70
env:
71
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
72
GIT_AUTHOR_NAME: github-actions[bot]
.github/workflows/update-shortcuts-version.yaml
@@ -67,4 +67,4 @@ jobs:
run: |
git add .
git commit -m "chore: update shortcuts versions [skip ci]"
- git push origin HEAD:${{ github.ref }}
+ git push origin master
0 commit comments