ci: Fix setting tags on Cypress run
This commit is contained in:
parent
55b6e6d8d8
commit
c7088e734e
2
.github/workflows/pr-automation.yml
vendored
2
.github/workflows/pr-automation.yml
vendored
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user