Skip to content

Commit 6dcd60d

Browse files
committed
Correct name, checkout code so we get the custom action.
1 parent 0023523 commit 6dcd60d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy On demand
1+
name: Deploy
22
on:
33
workflow_dispatch:
44
inputs:
@@ -24,6 +24,8 @@ jobs:
2424
contents: read
2525
runs-on: ubuntu-latest
2626
steps:
27+
- name: checkout code
28+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2729
- name: Deploy
2830
uses: ./.github/workflows/deploy.yml
2931
with:

0 commit comments

Comments
 (0)