Skip to content

Commit 5093abe

Browse files
author
l
committed
refix the caps
1 parent 5fd41f2 commit 5093abe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-sdc-tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
GH_TOKEN: ${{ secrets.MY_TOKEN }}
4646
ISSUE_URL: ${{ github.event.issue.html_url }}
4747
run: |
48-
gh issue comment $ISSUE_URL --body-file testoutput.TXT
48+
gh issue comment $ISSUE_URL --body-file testoutput.txt
4949
- name: add appropriate labels
5050
if: steps.test-individual-shell-tools.outputs.complete == 'y' || steps.test-jq.outputs.complete == 'y' || steps.test-shell-pipelines.outputs.complete == 'y'
5151
env:

0 commit comments

Comments
 (0)