Skip to content

Commit

Permalink
error.log: Change step name
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 authored Mar 28, 2024
1 parent e939ac2 commit a1da29b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ jobs:
bash /opt/crave/github-actions/upload.sh '${{ github.run_id }}' '${{ github.event.inputs.DEVICE_NAME }}' '${{ github.repository }}' '${{ github.event.inputs.PRODUCT_NAME }}-${{ github.run_id }}'"
# Pull Errors and Display them
- name: Pull error.log
- name: Display error.log
if: ${{ failure() }}
id: errorlog
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/selfhosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ jobs:
bash /opt/crave/github-actions/upload.sh '${{ github.run_id }}' '${{ github.event.inputs.DEVICE_NAME }}' '${{ github.repository }}' '${{ github.event.inputs.PRODUCT_NAME }}-${{ github.run_id }}'"
# Pull Errors and Display them
- name: Pull error.log
- name: Display error.log
if: ${{ failure() }}
id: errorlog
run: |
Expand Down

0 comments on commit a1da29b

Please sign in to comment.