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 8c0de50 commit bcf010dCopy full SHA for bcf010d
.github/workflows/integration-test.yml
@@ -33,13 +33,12 @@ jobs:
33
run: |
34
mkdir ../action
35
mv * ../action
36
- mv ../action/sample-repo/* .
37
- name: Run action
38
id: run-action
39
uses: ./../action
40
with:
41
target: push
42
- sources: ${{ github.workspace }}
+ sources: ${{ github.workspace }}/sample-repo
43
debug: true
44
- name: Check run succeeded
45
env:
0 commit comments