From 01f687fd0aabda3a10149a4a856fc595b2785f00 Mon Sep 17 00:00:00 2001 From: Valet Bot Date: Thu, 17 Mar 2022 20:57:22 +0000 Subject: [PATCH] Updating distribution --- .github/workflows/issue_ops.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/issue_ops.yml b/.github/workflows/issue_ops.yml index 24d1afa..cfda3cc 100644 --- a/.github/workflows/issue_ops.yml +++ b/.github/workflows/issue_ops.yml @@ -56,13 +56,7 @@ jobs: echo "Unable to determine command" exit 1 fi - - id: installation-id - run: | - id=$(echo "{\"issueOpsRepository\":\"$(echo $GITHUB_REPOSITORY | sha1sum)\" }" | base64) - echo ::set-output name=id::$id - name: execute valet - env: - INSTALLATION_ID: ${{ steps.installation-id.outputs.id }} run: | valet ${{ steps.prepare.outputs.command }} ${{ steps.prepare.outputs.provider }} \ ${{ steps.prepare.outputs.args }} \