diff --git a/.github/workflows/restyled.yml b/.github/workflows/restyled.yml index fe1865722..8b1128885 100644 --- a/.github/workflows/restyled.yml +++ b/.github/workflows/restyled.yml @@ -15,7 +15,6 @@ jobs: uses: ./actions/run - uses: peter-evans/create-pull-request@v6 with: - token: ${{ inputs.github-token }} base: ${{ steps.restyler.outputs.restyled-base }} branch: ${{ steps.restyler.outputs.restyled-head }} title: ${{ steps.restyler.outputs.restyled-title }} diff --git a/entrypoint.sh b/entrypoint.sh index 1ac86cd23..fab4ffe72 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -28,7 +28,7 @@ event=$(mktemp) echo '}' } >"$event" -exec act \ +act \ --bind \ --env GITHUB_REPOSITORY="$repo" \ --env HOST_DIRECTORY \ @@ -37,4 +37,4 @@ exec act \ --quiet \ --rm \ --secret GITHUB_TOKEN="$GITHUB_ACCESS_TOKEN" \ - --workflows /opt/workflows + --workflows /opt/workflows | sed 's%^\[[^]]*] %%'