Skip to content

Commit 6df7aa4

Browse files
fix: update build .yaml name
1 parent 8dc5a9a commit 6df7aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-google-maps-stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252
github.rest.actions.createWorkflowDispatch({
5353
owner: context.repo.owner,
5454
repo: context.repo.repo,
55-
workflow_id: 'deploy.yml', // Adjust this to your deployment workflow file name
55+
workflow_id: 'astro.yml',
5656
ref: 'main'
5757
})

0 commit comments

Comments
 (0)