Skip to content

Commit a80b1af

Browse files
committed
Correct uses statement.
1 parent 6dcd60d commit a80b1af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: checkout code
2828
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2929
- name: Deploy
30-
uses: ./.github/workflows/deploy.yml
30+
uses: ./.github/actions/deploy-cda
3131
with:
3232
token: ${{ secrets.GITHUB_TOKEN }}
3333
tag: ${{github.ref_name}}

0 commit comments

Comments
 (0)