We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2559f2 commit 206bf3bCopy full SHA for 206bf3b
.github/workflows/ci.yaml
@@ -33,6 +33,7 @@ jobs:
33
run: |
34
mkdir -p .github/actions/test
35
cp action.yml .github/actions/test/action.yml
36
+ cp -r scripts .github/actions/test/scripts
37
38
- uses: ./.github/actions/test
39
with:
0 commit comments