File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 88 - cron : ' 0 0 * * *'
99
1010jobs :
11- update_from_branch :
12- runs-on : ubuntu-22.04
11+ update-from-branch :
12+ name : Update dependencies
1313 strategy :
1414 matrix :
1515 include :
1616 - version : stackhpc/2023.1
1717 - version : stackhpc/2024.1
18- name : ${{ matrix.version }}
19- steps :
20- - name : Update dependencies
21- uses : ./.github/workflows/update-dependencies.yml
22- with :
23- openstack_version : ${{ matrix.version }}
24- secrets : inherit
18+ uses : ./.github/workflows/update-dependencies.yml
19+ with :
20+ openstack_version : ${{ matrix.version }}
21+ permissions :
22+ contents : write
23+ pull-requests : write
Original file line number Diff line number Diff line change 4646 uses : actions/checkout@v4
4747 with :
4848 repository : ${{ matrix.repository }}
49- ref : stackhpc/ ${{ inputs.openstack_version }}
49+ ref : ${{ inputs.openstack_version }}
5050 fetch-tags : true
5151 path : ${{ github.workspace }}/src/${{ matrix.key }}
5252
You can’t perform that action at this time.
0 commit comments