We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51a8e1b commit 18e47a8Copy full SHA for 18e47a8
1 file changed
.github/workflows/update-jmxfetch-submodule.yaml
@@ -24,6 +24,10 @@ jobs:
24
- name: Pick a branch name
25
id: define-branch
26
run: echo "branch=ci/update-jmxfetch-submodule-$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
27
+ - name: Create branch
28
+ run: |
29
+ git checkout -b ${{ steps.define-branch.outputs.branch }}
30
+ git push -u origin ${{ steps.define-branch.outputs.branch }} --force
31
- name: Commit and push changes
32
env:
33
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments