Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Fixed universal inputs to CD pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Nydauron committed Feb 9, 2023
1 parent d3f1f7f commit 102c788
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 102c788

Please sign in to comment.