We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9decd94 commit becbe8dCopy full SHA for becbe8d
.github/workflows/update_generation_config.yaml
@@ -21,13 +21,14 @@ on:
21
22
jobs:
23
update-generation-config:
24
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
25
env:
26
# the branch into which the pull request is merged
27
base_branch: main
28
steps:
29
- uses: actions/checkout@v4
30
with:
31
+ fetch-depth: 0
32
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
33
- name: Update params in generation config to latest
34
shell: bash
@@ -39,4 +40,4 @@ jobs:
39
40
--base_branch "${base_branch}"\
41
--repo ${{ github.repository }}
42
- GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
43
+ GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
0 commit comments