Skip to content

Commit d8a6e5b

Browse files
committed
fix missing ref
1 parent c460836 commit d8a6e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout your repository using git
2222
uses: actions/checkout@v4
2323
- name: Install, build, and upload your site
24-
uses: MicroWebStacks/astro_action
24+
uses: MicroWebStacks/astro_action@main
2525
with:
2626
path: ./website
2727
out: ./cache/web

0 commit comments

Comments
 (0)