Skip to content

Commit ac74675

Browse files
committed
downgrade action to check if error comes from action or vercel
1 parent e1cc0e9 commit ac74675

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: npx hugo --buildDrafts --buildFuture --logLevel info
6767

6868
- name: Deploy
69-
uses: amondnet/vercel-action@4b810e26f7bb2a331c698af186f890cbf20d5f72 # v42.2.0
69+
uses: amondnet/vercel-action@888da851026e0573da056b061931bcb765a915c4 # v41.1.4
7070
id: vercel-action
7171
with:
7272
vercel-version: 48.12.1

.github/workflows/deploy-production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
npm run algolia
7676
7777
- name: Deploy
78-
uses: amondnet/vercel-action@4b810e26f7bb2a331c698af186f890cbf20d5f72 # v42.2.0
78+
uses: amondnet/vercel-action@888da851026e0573da056b061931bcb765a915c4 # v41.1.4
7979
id: vercel-action
8080
with:
8181
vercel-version: 48.12.1

0 commit comments

Comments
 (0)