diff --git a/action.yml b/action.yml index 88b9a43..99b6a97 100644 --- a/action.yml +++ b/action.yml @@ -26,7 +26,7 @@ runs: with: owner: ${{ github.event.input.owner }} repository: ${{ github.event.inputs.repository-short }} - run: 'rm -r ${{ github.event.inputs.repository-short }}' + shell: bash branding: icon: camera-off color: white