Skip to content

Commit a3b6f5e

Browse files
committed
get rid of extra step
1 parent eb7c57f commit a3b6f5e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/createNewAtomicSandBoxDemo.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs:
1717
git checkout -b "${{ github.event.client_payload.atomic_version }}"
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20-
- name: Checkout new branch
21-
uses: actions/checkout@v4
22-
with:
23-
ref: ${{ github.event.client_payload.atomic_version }}
2420
- name: Run script to update package.json and CDN in index.html on new branch
2521
run: |
2622
gem install nokogiri
@@ -32,4 +28,4 @@ jobs:
3228
git status
3329
git add index.html
3430
git commit -m "updated version"
35-
git push
31+
git push

0 commit comments

Comments
 (0)