File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments