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 a8735c9 commit 11dd763Copy full SHA for 11dd763
.github/workflows/if_test.yml
@@ -35,7 +35,7 @@ jobs:
35
36
# Always upload logs, even if tests fail or are skipped
37
- name: Upload logs
38
- if: ${{ ls -l }}
+ if: exec('ls -l')
39
run: echo "Uploading build logs..."
40
41
deploy:
0 commit comments