Skip to content

Commit

Permalink
Print versions.txt for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
nqngo committed Nov 1, 2024
1 parent eb7563e commit 01bfff7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
apk add --no-cache openssh-server gnupg curl &&
apk info -v openssh-server gnupg curl' > versions.txt
cat versions.txt
OPENSSH_VER=$(grep openssh-server versions.txt | awk '{print $1}')
GNUPG_VER=$(grep gnupg versions.txt | awk '{print $1}')
CURL_VER=$(grep curl versions.txt | awk '{print $1}')
Expand Down

0 comments on commit 01bfff7

Please sign in to comment.