Skip to content

Commit 63beaad

Browse files
committed
Move actions folder to workspace
1 parent 3dd8f4a commit 63beaad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/prepare-test/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ runs:
3030
mv * .github ../action/
3131
mv ../action/tests/multi-language-repo/{*,.github} .
3232
mv ../action/.github/workflows .github
33+
# Needed since `setup-go` has a post step
34+
mv ../action/.github/actions .github/actions
3335
- id: get-url
3436
name: Determine URL
3537
shell: bash

0 commit comments

Comments
 (0)