Skip to content

Commit 7521fda

Browse files
committed
configure a user even if using signed commits
Even when using signed commits, there are local commits created which need some kind of author information. When using a docker image, there may not be anything configured. For consistency with the API, configure author information.
1 parent 7da069a commit 7521fda

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-snapshot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
with:
1616
app-id: ${{ secrets.APP_ID }}
1717
private-key: ${{ secrets.APP_PRIVATE_KEY }}
18+
- uses: haarg/setup-git-user@v1
19+
with:
20+
app: ${{ steps.app-token.output.app-slug }}
1821
- uses: actions/checkout@v4
1922
with:
2023
token: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)