From 219cc26c6783f4ff02787c82d9bf8a938a92a8a3 Mon Sep 17 00:00:00 2001 From: ntno Date: Sun, 1 Jan 2023 19:45:18 -0500 Subject: [PATCH] investigate github action output deprecation (#29) * formatting * test if errors are coming from setup-buildenv * test if errors are from aws config step --- .github/workflows/pr-deploy.yml | 2 +- Makefile | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pr-deploy.yml b/.github/workflows/pr-deploy.yml index e0a3dad..ca5aee5 100644 --- a/.github/workflows/pr-deploy.yml +++ b/.github/workflows/pr-deploy.yml @@ -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" - + diff --git a/Makefile b/Makefile index 84d2fd8..1e502f1 100644 --- a/Makefile +++ b/Makefile @@ -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)