We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cadfe4e commit 8a0a909Copy full SHA for 8a0a909
.github/workflows/ci.common.yml
@@ -21,9 +21,6 @@ jobs:
21
node-version: ${{ inputs.node_version }}
22
package-manager-cache: false
23
24
- - name: Pull latest changes
25
- run: git pull origin ${{ github.head_ref || github.ref_name }}
26
-
27
- name: Install
28
run: npm install --ignore-scripts
29
.github/workflows/publish.yml
@@ -281,6 +281,9 @@ jobs:
281
git config user.name "github-actions[bot]"
282
git config user.email "github-actions[bot]@users.noreply.github.com"
283
284
+ - name: Pull latest changes
285
+ run: git pull --ff-only origin main
286
+
287
- name: Setup Node
288
uses: actions/setup-node@v6
289
with:
0 commit comments