Browse Source

fix(ci): Correct files-changed variable name (#43600)

This is very easy to regress.
This happened in https://github.com/getsentry/sentry/pull/38881
This means that we have been carrying forward old coverage data from four months ago for the acceptance and charcuterie jobs.
Armen Zambrano G 2 years ago
parent
commit
b33de29128
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/acceptance.yml

+ 2 - 1
.github/workflows/acceptance.yml

@@ -31,7 +31,8 @@ jobs:
     # Map a step output to a job output
     outputs:
       acceptance: ${{ steps.changes.outputs.acceptance }}
-      backend: ${{ steps.changes.outputs.backend_all }}
+      backend_all: ${{ steps.changes.outputs.backend_all }}
+      frontend_all: ${{ steps.changes.outputs.frontend_all }}
     steps:
       - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8  # v3.1.0