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 85822ee commit 0d2d50dCopy full SHA for 0d2d50d
.github/workflows/createNewAtomicSandBoxDemo.yml
@@ -13,11 +13,10 @@ jobs:
13
- uses: actions/checkout@v3
14
- run: 'echo "payload: ${{ toJson(github.event.client_payload) }}"'
15
- name: Make a new Branch
16
- uses: peterjgrainger/action-create-branch@b48b0ca0e307c9b56f059b70274984ffeaa90a43
+ run: |
17
+ git checkout -b "${{ github.event.client_payload.atomic_version }}"
18
env:
19
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- with:
20
- branch: "${{ github.event.client_payload.atomic_version }}"
21
- name: Checkout new branch
22
uses: actions/checkout@v2
23
with:
@@ -33,4 +32,4 @@ jobs:
33
32
git status
34
git add index.html
35
git commit -m "updated version"
36
- git push
+ git push
0 commit comments