Skip to content

Commit

Permalink
workflow: update titles
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxaspec committed Dec 19, 2024
1 parent 17c4716 commit 779c94b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
TIME=$(date -d @${SECONDS} +%M:%S)
echo "TIME=${TIME}" >> ${GITHUB_ENV}
- name: Generate debug dummy firmware for workflow testing
- name: Generate debug dummy uboot for workflow testing
if: ${{ github.event.inputs.debug_enabled == 'true' }}
run: |
mkdir -p ./uboot_build
Expand Down Expand Up @@ -372,7 +372,7 @@ jobs:
echo "Release not found, skipping latest release update"
fi
- name: Send nofity completion summary
- name: Send notify completion summary
if: ${{ env.TG_DISABLED == 'false' }}
run: |
if [[ "${{ github.event.inputs.tg_scratch }}" == 'true' ]]; then
Expand Down

0 comments on commit 779c94b

Please sign in to comment.