Skip to content

Commit

Permalink
Fix restyled.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Jul 22, 2024
1 parent 5283a11 commit 989cc3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/restyled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ event=$(mktemp)
echo '}'
} >"$event"

exec act \
act \
--bind \
--env GITHUB_REPOSITORY="$repo" \
--env HOST_DIRECTORY \
Expand All @@ -37,4 +37,4 @@ exec act \
--quiet \
--rm \
--secret GITHUB_TOKEN="$GITHUB_ACCESS_TOKEN" \
--workflows /opt/workflows
--workflows /opt/workflows | sed 's%^\[[^]]*] %%'

0 comments on commit 989cc3e

Please sign in to comment.