From dcff53845a20627eb4b66b76c1249dc3ff08d452 Mon Sep 17 00:00:00 2001 From: mattgrul <40339403+mattgrul@users.noreply.github.com> Date: Fri, 23 Feb 2024 20:21:19 +0000 Subject: [PATCH] Update action to allow composer to access multiple private repositories using secret Update action Update action --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ea7a224..d747ff3 100644 --- a/action.yml +++ b/action.yml @@ -119,4 +119,4 @@ runs: if: ${{ success() }} name: 'Set Artifact Name As Output' run: echo "satis-artifact=${{ inputs.artifact-name }}-${{ github.run_id }}" >> $GITHUB_OUTPUT - shell: bash + shell: bash \ No newline at end of file