diff --git a/.github/workflows/update-deps.yaml b/.github/workflows/update-deps.yaml index bfda04e64a..3140b8ed94 100644 --- a/.github/workflows/update-deps.yaml +++ b/.github/workflows/update-deps.yaml @@ -70,7 +70,7 @@ jobs: echo "LABELS=release/v${LATEST}" >> $GITHUB_OUTPUT else SUPPORT=$(echo ${LATEST} | awk '{print $1-0.1}') - echo "LABELS=actions/backport/release/v${LATEST},release/v${SUPPORT}" + echo "LABELS=actions/backport/release/v${LATEST},release/v${SUPPORT}" >> $GITHUB_OUTPUT - name: Create PR if: ${{ steps.check_diff.outputs.HAS_GIT_DIFF == 'true' }} uses: peter-evans/create-pull-request@v7 @@ -83,4 +83,4 @@ jobs: base: main title: "Update libs dependency" body: "Automated pull request to update Dependencies." - labels: ${{ steps.pr-label.LABELS }} + labels: ${{ steps.pr-label.outputs.LABELS }}