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.
2 parents 03a1ed2 + 7f92b4d commit e19e2a4Copy full SHA for e19e2a4
.github/workflows/createNewAtomicSandBoxDemo.yml
@@ -19,11 +19,18 @@ jobs:
19
ImageOS: ubuntu22
20
- uses: actions/checkout@v4
21
- run: 'echo "payload: ${{ toJson(github.event.client_payload) }}"'
22
+
23
+ - name: Pull latest changes
24
+ run: git pull
25
+ env:
26
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
28
- name: Make a new Branch
29
run: |
30
git checkout -b "${{ github.event.client_payload.atomic_version }}"
31
env:
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
34
- name: Run script to update package.json and CDN in index.html on new branch
35
36
gem install nokogiri
0 commit comments