Skip to content

Commit

Permalink
cicd: dynamic name
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed Jan 9, 2024
1 parent 3831002 commit 5ba3f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-gql-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
version: '>= 363.0.0'
- name: 'Make snapshot'
run: |
gcloud compute snapshots create gql-1 \
gcloud compute snapshots create gql-${GITHUB_RUN_ID}-${GITHUB_RUN_ATTEMPT} \
--labels=trigger=gql-data-update,next-head-ref=${{ github.head_ref }} \
--snapshot-type=ARCHIVE \
--source-disk=graphql5 \
Expand Down

0 comments on commit 5ba3f83

Please sign in to comment.