Skip to content

Commit

Permalink
Stop using deprecated feature: (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zifah authored Aug 7, 2024
1 parent 09c9f5e commit bf679b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api-deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Set Environment Variables
id: set-vars
run: |
echo "::set-output name=api_service_name::${{ vars.API_SERVICE_NAME }}"
echo "::set-output name=api_service_path::${{ vars.API_SERVICE_PATH }}"
echo "api_service_name=${{ vars.API_SERVICE_NAME }}" >> $GITHUB_OUTPUT
echo "api_service_path=${{ vars.API_SERVICE_PATH }}" >> $GITHUB_OUTPUT
deploy:
needs: fetch-vars
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/website-deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Set Environment Variables
id: set-vars
run: |
echo "::set-output name=website_service_name::${{ vars.WEBSITE_SERVICE_NAME }}"
echo "::set-output name=website_service_path::${{ vars.WEBSITE_SERVICE_PATH }}"
echo "website_service_name=${{ vars.WEBSITE_SERVICE_NAME }}" >> $GITHUB_OUTPUT
echo "website_service_path=${{ vars.WEBSITE_SERVICE_PATH }}" >> $GITHUB_OUTPUT
deploy:
needs: fetch-vars
Expand Down

0 comments on commit bf679b0

Please sign in to comment.