Skip to content

Commit 378790c

Browse files
committed
fix: update gh workflow automation to use debian to get version
1 parent eb222c9 commit 378790c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-debian-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- name: Bump Ubuntu version
2222
id: bumpBaseOsImage
2323
run: |
24-
echo "OLD_VERSION=$(DEP=ubuntu make get-dependency-version)" >> "$GITHUB_OUTPUT"
24+
echo "OLD_VERSION=$(DEP=debian make get-dependency-version)" >> "$GITHUB_OUTPUT"
2525
make update-debian-version
26-
echo "NEW_VERSION=$(DEP=ubuntu make get-dependency-version)" >> "$GITHUB_OUTPUT"
26+
echo "NEW_VERSION=$(DEP=debian make get-dependency-version)" >> "$GITHUB_OUTPUT"
2727
# The following is to support multiline with GITHUB_OUTPUT, see https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#multiline-strings
2828
echo "changes<<EOF" >> "$GITHUB_OUTPUT"
2929
echo "$(git status --porcelain)" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)