Skip to content

Commit b0be41d

Browse files
Adjust warning error
1 parent bc3b5ad commit b0be41d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
TRIGGER_PROJECT_ID: ${{ secrets.TRIGGER_PROJECT_ID }}
169169
run: |
170170
if [ -z "$TRIGGER_ACCESS_TOKEN" ] || [ -z "$TRIGGER_PROJECT_ID" ]; then
171-
echo "ERROR: TRIGGER_ACCESS_TOKEN and TRIGGER_PROJECT_ID repo secrets must both be set" >&2
171+
echo "ERROR: DEV_TRIGGER_ACCESS_TOKEN and TRIGGER_PROJECT_ID repo secrets must both be set" >&2
172172
exit 1
173173
fi
174174
bunx trigger.dev@4.4.3 deploy --env preview --branch dev-sim
@@ -402,7 +402,7 @@ jobs:
402402
steps:
403403
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
404404
with:
405-
fetch-depth: 2 # Need at least 2 commits to detect changes
405+
fetch-depth: 2 # Need at least 2 commits to detect changes
406406
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4
407407
id: filter
408408
with:

0 commit comments

Comments
 (0)