Skip to content

Commit

Permalink
Update ayuwoki workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ecanuto committed May 15, 2024
1 parent 607081d commit b48293e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ayuwoki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

jobs:
build:
name: Check for new Debian release
runs-on: ubuntu-latest

steps:
Expand All @@ -14,7 +15,7 @@ jobs:
- name: Load settings
run: source settings.sh

- name: New releases
- name: New release
run: |
# Releases
releases=$(
Expand All @@ -29,12 +30,12 @@ jobs:
- name: Summary
run: |
cat >> "$GITHUB_STEP_SUMMARY" <<-EOF
### New releases! :rocket:
### New release! :rocket:
$(cat releases.out)
EOF
while read release; do
echo "* [$release](https://cloud.debian.org/images/cloud/bookworm/$release/)"
done < "releases.out" >> $GITHUB_STEP_SUMMARY
exit 1
# exit 1

0 comments on commit b48293e

Please sign in to comment.