We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80f98ca commit aadc002Copy full SHA for aadc002
1 file changed
.github/workflows/test.yml
@@ -75,6 +75,8 @@ jobs:
75
- name: Test built package
76
uses: ./
77
id: action-test
78
+ env:
79
+ ACTIONS_STEP_DEBUG: 'true'
80
with:
81
base-branch: 'test_changes'
82
command: "echo \\\"$(cat ./__tests__/{branchName}.txt | grep {globs})\\\""
0 commit comments