Updating distribution
This commit is contained in:
@@ -56,7 +56,13 @@ jobs:
|
|||||||
echo "Unable to determine command"
|
echo "Unable to determine command"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
- id: installation-id
|
||||||
|
run: |
|
||||||
|
id=$(echo "{\"issueOpsRepository\":\"$(echo $GITHUB_REPOSITORY | sha1sum)\" }" | base64)
|
||||||
|
echo ::set-output name=id::$id
|
||||||
- name: execute valet
|
- name: execute valet
|
||||||
|
env:
|
||||||
|
INSTALLATION_ID: ${{ steps.installation-id.outputs.id }}
|
||||||
run: |
|
run: |
|
||||||
valet ${{ steps.prepare.outputs.command }} ${{ steps.prepare.outputs.provider }} \
|
valet ${{ steps.prepare.outputs.command }} ${{ steps.prepare.outputs.provider }} \
|
||||||
${{ steps.prepare.outputs.args }} \
|
${{ steps.prepare.outputs.args }} \
|
||||||
|
|||||||
Reference in New Issue
Block a user