Skip to content

Commit 9a776eb

Browse files
committed
Bump version number with bot
1 parent 2c7691c commit 9a776eb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/pull-request-closed.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Pull repo
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515
with:
1616
ref: develop
17+
fetch-depth: 0
18+
token: $ff secrets. BOT_ACCESS_TOKEN 3}
1719
- name: Bump version
1820
run: ./.github/workflows/version-bumper.sh ./docs/source/bskVersion.txt
1921
- name: Commit and push
2022
run: |
21-
git config user.name github-actions
22-
git config user.email github-actions@github.com
23+
git config user.name "AVSlabBot"
24+
git config user.email "cuavslab@gmail.com"
2325
git commit -a -m "[AUTO] Bump version number"
2426
git push

0 commit comments

Comments
 (0)