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 eb7c57f commit a3b6f5eCopy full SHA for a3b6f5e
.github/workflows/createNewAtomicSandBoxDemo.yml
@@ -17,10 +17,6 @@ jobs:
17
git checkout -b "${{ github.event.client_payload.atomic_version }}"
18
env:
19
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 }}
24
- name: Run script to update package.json and CDN in index.html on new branch
25
run: |
26
gem install nokogiri
@@ -32,4 +28,4 @@ jobs:
32
28
git status
33
29
git add index.html
34
30
git commit -m "updated version"
35
- git push
31
+ git push
0 commit comments