Skip to content

Commit 4f5e7de

Browse files
committed
Revert "chore: remove duplicate checkout usage on action.yml"
This reverts commit 1086b8a.
1 parent a8e6ea8 commit 4f5e7de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ inputs:
4040
runs:
4141
using: 'composite'
4242
steps:
43+
# xxx necessary to have access to the .github/workflows directory
44+
- name: Checkout repo
45+
uses: actions/checkout@v4
46+
4347
- name: Add HELPER_PATH
4448
shell: bash
4549
run: echo "HELPER_PATH=${GITHUB_SHA}-fsharp-program" >> "${GITHUB_ENV}"

0 commit comments

Comments
 (0)