We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c7691c commit 9a776ebCopy full SHA for 9a776eb
.github/workflows/pull-request-closed.yml
@@ -11,14 +11,16 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Pull repo
14
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
15
with:
16
ref: develop
17
+ fetch-depth: 0
18
+ token: $ff secrets. BOT_ACCESS_TOKEN 3}
19
- name: Bump version
20
run: ./.github/workflows/version-bumper.sh ./docs/source/bskVersion.txt
21
- name: Commit and push
22
run: |
- git config user.name github-actions
- git config user.email github-actions@github.com
23
+ git config user.name "AVSlabBot"
24
+ git config user.email "cuavslab@gmail.com"
25
git commit -a -m "[AUTO] Bump version number"
26
git push
0 commit comments