Skip to content

Commit 9736a91

Browse files
author
Luca Prete
committed
Test push
1 parent 057a88e commit 9736a91

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests-push.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- uses: actions/checkout@v4
49+
ref: master
4950

5051
- name: Write a file
5152
shell: bash
@@ -64,11 +65,12 @@ jobs:
6465
- name: Commit and Push Changes
6566
if: steps.git-status.outputs.changes != ''
6667
run: |
67-
git checkout -b fabric-upgrade-vx.y.z
68+
# git checkout -b fabric-upgrade-vx.y.z
6869
git add .
6970
git commit -m "[GH Actions] Update Fabric to vx.y.z."
7071
gh pr create \
7172
--title "[Fabric upgrade] - reference vx.y.z" \
73+
--head fabric-upgrade-vx.y.z \
7274
--body "Reference in factories Cloud Foundation Fabric modules vx.y.z"
7375
env:
7476
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)