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.
actions
1 parent 3dd8f4a commit 63beaadCopy full SHA for 63beaad
.github/actions/prepare-test/action.yml
@@ -30,6 +30,8 @@ runs:
30
mv * .github ../action/
31
mv ../action/tests/multi-language-repo/{*,.github} .
32
mv ../action/.github/workflows .github
33
+ # Needed since `setup-go` has a post step
34
+ mv ../action/.github/actions .github/actions
35
- id: get-url
36
name: Determine URL
37
shell: bash
0 commit comments