We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e6ea8 commit 4f5e7deCopy full SHA for 4f5e7de
action.yml
@@ -40,6 +40,10 @@ inputs:
40
runs:
41
using: 'composite'
42
steps:
43
+ # xxx necessary to have access to the .github/workflows directory
44
+ - name: Checkout repo
45
+ uses: actions/checkout@v4
46
+
47
- name: Add HELPER_PATH
48
shell: bash
49
run: echo "HELPER_PATH=${GITHUB_SHA}-fsharp-program" >> "${GITHUB_ENV}"
0 commit comments