Skip to content

Commit

Permalink
Fix missing nodes in GH Actions workflow job. (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zifah authored Aug 7, 2024
1 parent 6d08464 commit b054981
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/api-deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
outputs:
service_name: ${{ vars.API_SERVICE_NAME }}
service_path: ${{ vars.API_SERVICE_PATH }}
steps:
- run: echo "Exposing vars to reusable workflow."

deploy:
needs: fetch-vars
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/website-deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
outputs:
service_name: ${{ vars.WEBSITE_SERVICE_NAME }}
service_path: ${{ vars.WEBSITE_SERVICE_PATH }}
steps:
- run: echo "Exposing vars to reusable workflow."

deploy:
needs: fetch-vars
Expand Down

0 comments on commit b054981

Please sign in to comment.