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 29c3212 commit 676f5fcCopy full SHA for 676f5fc
.github/workflows/integration.yml
@@ -33,4 +33,4 @@ jobs:
33
test "${{ steps.check_files.outputs.files_exists }}" == "true"
34
- name: Check outputs
35
run: |
36
- test "${{ steps.selftest.outputs.outputDir }}" == "/github/workspace/integration-test"
+ test "${{ steps.test-action.outputs.outputDir }}" == "/github/workspace/integration-test"
0 commit comments