Skip to content

Commit

Permalink
investigate github action output deprecation (#29)
Browse files Browse the repository at this point in the history
* formatting

* test if errors are coming from setup-buildenv

* test if errors are from aws config step
  • Loading branch information
ntno authored Jan 2, 2023
1 parent 6227e90 commit 219cc26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
run: |
export MESSAGE="PR #${{ needs.call-metadata-workflow.outputs.pr-number }} deployed to http://${{ needs.call-metadata-workflow.outputs.pr-env }}.s3-website.us-east-1.amazonaws.com with version=${{ needs.call-metadata-workflow.outputs.build-tag }}"
echo "::notice title=PR Deployed::$MESSAGE"
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ clean-archive-files:
rm -rf ./docs-site.tar
rm -rf ./manifest.txt


check-env:
ifndef env
$(error env is not defined)
Expand Down

0 comments on commit 219cc26

Please sign in to comment.