From 7c5e22ca30fbf080b8a87279a521f101922a7dfd Mon Sep 17 00:00:00 2001 From: Brandon Miller Date: Wed, 12 Jan 2022 05:36:13 -0500 Subject: [PATCH] fix: Remove alternative path for script --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 689a1de..e23f2ac 100644 --- a/action.yml +++ b/action.yml @@ -27,7 +27,7 @@ runs: - name: Install dependencies run: yarn install --check-files --frozen-lockfile shell: bash - - run: ${{ github.action_path }}/update_cdk_version_in_projen.sh ${{ inputs.major-version }} || echo "Cant find upgrade script where expected. Will locate" && find /__w/ -type f -name 'update_cdk_version_in_projen.sh' -exec '{}' ${{ inputs.major-version }} \; && exit 1 + - run: ${{ github.action_path }}/update_cdk_version_in_projen.sh ${{ inputs.major-version }} shell: bash - name: Build id: build