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 c3d6938 commit e2a06f7Copy full SHA for e2a06f7
.github/workflows/main.yml
@@ -41,7 +41,7 @@ jobs:
41
id: sha_short
42
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
43
44
- name: Upload logs on failure
+ - name: Upload logs on failure
45
uses: actions/upload-artifact@v5
46
if: failure()
47
with:
0 commit comments