Merge pull request #16261 from spowelljr/fixCrio

CI: Added missing make keyword
pull/16275/head
Medya Ghazizadeh 2023-04-07 18:08:40 -07:00 committed by GitHub
commit 78d2885872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@ jobs:
- name: Bump cri-o Version
id: bumpCrio
run: |
echo "OLD_VERSION=$(DEP=cri-o get-dependency-version)" >> $GITHUB_OUTPUT
echo "OLD_VERSION=$(DEP=cri-o make get-dependency-version)" >> $GITHUB_OUTPUT
make update-cri-o-version
echo "NEW_VERSION=$(DEP=cri-o get-dependency-version)" >> $GITHUB_OUTPUT
echo "NEW_VERSION=$(DEP=cri-o make get-dependency-version)" >> $GITHUB_OUTPUT
# 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
echo "changes<<EOF" >> $GITHUB_OUTPUT
echo "$(git status --porcelain)" >> $GITHUB_OUTPUT