Skip to content

Commit 0e7c145

Browse files
committed
Put the IS_DISPATCH variable inline
1 parent 1345cc3 commit 0e7c145

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/db-update.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
uses: actions/checkout@v4
9999
- name: Resolve API commit/version
100100
id: resolve
101-
if: ${{ secrets.API_TEST_REFRESH_TOKEN != '' }}
101+
# The composite action itself checks for a missing token and will skip resolution when none is provided.
102102
uses: ./.github/actions/resolve-api-meta
103103
with:
104104
api_base_url: ${{ inputs.API_BASE_URL }}
@@ -336,4 +336,3 @@ jobs:
336336
echo "Secret $SECRET_NAME does not exist in project $PROJECT_ID, creating..."
337337
echo -n "$SECRET_VALUE" | gcloud secrets create $SECRET_NAME --data-file=- --replication-policy="automatic" --project=$PROJECT_ID
338338
fi
339-

0 commit comments

Comments
 (0)