diff --git a/.github/workflows/pr-automation.yml b/.github/workflows/pr-automation.yml index 72bcaa7af8..4f4f7985d6 100644 --- a/.github/workflows/pr-automation.yml +++ b/.github/workflows/pr-automation.yml @@ -18,7 +18,7 @@ jobs: run: shell: bash outputs: - tags: ${{ steps.checkAll.outputs.tags }} + tags: ${{ steps.parseTags.outputs.tags }} matrix: ${{ steps.checkAll.outputs.matrix }} steps: