diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8604db1..c3f43d32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,6 +119,4 @@ jobs: if: "github.ref == 'refs/heads/master' || github.event_name == 'release'" needs: [deploy] uses: "./.github/workflows/deployment.yml" - with: - service-names: 'auth checkin decision event gateway mail notifications profile project registration rsvp stat upload user' secrets: inherit diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index f5046d15..44d8ecfb 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -29,7 +29,7 @@ jobs: deploy: runs-on: ubuntu-20.04 env: - SERVICES: '${{github.event.inputs.service-names}}' + SERVICES: '${{inputs.service-names}}' steps: - name: checkout code