Skip to content

Commit

Permalink
Revert "chore: remove duplicate checkout usage on action.yml"
Browse files Browse the repository at this point in the history
This reverts commit 1086b8a.
  • Loading branch information
64J0 committed Jun 20, 2024
1 parent a8e6ea8 commit 4f5e7de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ inputs:
runs:
using: 'composite'
steps:
# xxx necessary to have access to the .github/workflows directory
- name: Checkout repo
uses: actions/checkout@v4

- name: Add HELPER_PATH
shell: bash
run: echo "HELPER_PATH=${GITHUB_SHA}-fsharp-program" >> "${GITHUB_ENV}"
Expand Down

0 comments on commit 4f5e7de

Please sign in to comment.