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 5fd41f2 commit 5093abeCopy full SHA for 5093abe
1 file changed
.github/workflows/test-sdc-tasks.yml
@@ -45,7 +45,7 @@ jobs:
45
GH_TOKEN: ${{ secrets.MY_TOKEN }}
46
ISSUE_URL: ${{ github.event.issue.html_url }}
47
run: |
48
- gh issue comment $ISSUE_URL --body-file testoutput.TXT
+ gh issue comment $ISSUE_URL --body-file testoutput.txt
49
- name: add appropriate labels
50
if: steps.test-individual-shell-tools.outputs.complete == 'y' || steps.test-jq.outputs.complete == 'y' || steps.test-shell-pipelines.outputs.complete == 'y'
51
env:
0 commit comments