File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
schedule :
19
19
- cron : ' 0 2 * * *'
20
20
workflow_dispatch :
21
-
22
21
jobs :
23
22
update-generation-config :
24
23
runs-on : ubuntu-22.04
@@ -28,15 +27,16 @@ jobs:
28
27
steps :
29
28
- uses : actions/checkout@v4
30
29
with :
30
+ fetch-depth : 0
31
31
token : ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
32
32
- name : Update params in generation config to latest
33
33
shell : bash
34
34
run : |
35
- set -ex
35
+ set -x
36
36
[ -z "$(git config user.email)" ] && git config --global user.email "[email protected] "
37
37
[ -z "$(git config user.name)" ] && git config --global user.name "cloud-java-bot"
38
38
bash .github/scripts/update_generation_config.sh \
39
- --base_branch "${base_branch}"\
39
+ --base_branch "${base_branch}" \
40
40
--repo ${{ github.repository }}
41
41
env :
42
42
GH_TOKEN : ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
You can’t perform that action at this time.
0 commit comments