From a29dc8944ab2f46f00ed36c98964d459f5910155 Mon Sep 17 00:00:00 2001 From: Sascha Mann Date: Wed, 15 Mar 2023 23:04:45 +0100 Subject: [PATCH] Remove linebreaks --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9c520ed..de618f6 100644 --- a/action.yml +++ b/action.yml @@ -39,7 +39,7 @@ runs: - name: 'DEPRECATION WARNING: @master will no longer receive updates and will start to error in the future. Please use version tags like @v1 or commit SHAs in your workflows!' run: | echo "::warning title=DEPRECATION WARNING::@master will no longer receive updates and will start to error in the future. Please use version tags like @v1 or commit SHAs in your workflows!" - echo "# :warning: DEPRECATION WARNING :warning:\n\n@master will no longer receive updates and will start to error in the future. Please use version tags like @v1 or commit SHAs in your workflows!" >> $GITHUB_STEP_SUMMARY + echo "# :warning: DEPRECATION WARNING :warning: @master will no longer receive updates and will start to error in the future. Please use version tags like @v1 or commit SHAs in your workflows!" >> $GITHUB_STEP_SUMMARY shell: bash - name: Set and export registry flavor preference run: echo "JULIA_PKG_SERVER_REGISTRY_PREFERENCE=${JULIA_PKG_SERVER_REGISTRY_PREFERENCE:-eager}" >> ${GITHUB_ENV}