We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c6a99 commit cb8dfb1Copy full SHA for cb8dfb1
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
skip-cache: true
53
- name: Set Linting Outputs
54
if: success() || failure()
55
- run: bash /scripts/format_workflow_outputs.sh ${{ job.status }} ${{ env.START_TIME }}
+ run: bash ./scripts/workflow/format_workflow_outputs.sh ${{ job.status }} ${{ env.START_TIME }}
56
- name: Upload Artifact
57
58
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
0 commit comments