Skip to content

Commit

Permalink
Commit as the user who triggered the workflow (#112)
Browse files Browse the repository at this point in the history
Same commit author as the
[`peter-evans/create-pull-request`](https://github.com/peter-evans/create-pull-request/blob/67ccf781d68cd99b580ae25a5c18a1cc84ffff1f/README.md#action-inputs)
workflow.

I also don't understand why the PR author isn't the github actions boy
instead of a different user, but that's perhaps for a different PR.
  • Loading branch information
giordano authored Jan 5, 2025
1 parent c8851c1 commit 63f31ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/BumpStdlibs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- uses: julia-actions/setup-julia@v2
- uses: julia-actions/cache@v2
- run: echo "BUMPSTDLIBS_STDLIBS_TO_INCLUDE is ${{ github.event.inputs.BUMPSTDLIBS_STDLIBS_TO_INCLUDE }}"
- run: git config --global user.name "Dilum Aluthge"
- run: git config --global user.email "dilum@aluthge.com"
- run: git config --global user.name "${{ github.actor }}"
- run: git config --global user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>"
- run: julia --color=yes --project -e 'using Pkg; Pkg.instantiate(); Pkg.precompile()'
- run: julia --color=yes --project -e 'using BumpStdlibs; bump_stdlibs("JuliaLang/julia")'
env:
Expand Down

0 comments on commit 63f31ea

Please sign in to comment.