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 a5cb66f commit fbe849eCopy full SHA for fbe849e
.github/workflows/build-action.yml
@@ -20,19 +20,17 @@ jobs:
20
- name: Checkout code
21
uses: actions/checkout@v4
22
with:
23
- ref: build-output-${{ github.run_id }}
+ ref: main
24
25
- name: Install dependencies
26
run: npm install
27
28
- name: Install ncc
29
run: npm install -g @vercel/ncc
30
31
- - name: Build project
32
- run: npm run build
33
-
34
- - name: Create a new branch
+ - name: Build project & Create a new branch
35
run: |
+ npm run build
36
git config --global user.name "github-actions[bot]"
37
git config --global user.email "github-actions[bot]@users.noreply.github.com"
38
git checkout -b build-output-${{ github.run_id }}
0 commit comments