Skip to content

Commit

Permalink
Get only last 6 lines in versions.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
nqngo committed Nov 1, 2024
1 parent 2d907a3 commit 517a34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
docker run --rm alpine:latest sh -c '
apk update &&
apk add --no-cache openssh-server gnupg curl &&
apk info -w openssh-server gnupg curl' > versions.txt
apk info -w openssh-server gnupg curl' | tail -n6 > versions.txt
cat versions.txt
Expand Down

0 comments on commit 517a34c

Please sign in to comment.