We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f90b6 commit a996443Copy full SHA for a996443
1 file changed
.github/workflows/release.yaml
@@ -17,14 +17,14 @@ jobs:
17
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
18
19
- name: Checkout
20
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
21
with:
22
token: ${{ steps.generate-token.outputs.token }}
23
24
- name: Identify
25
run: |
26
- git config user.name OpenActive Bot
27
- git config user.email hello@openactive.io
+ git config --global user.name "openactive[bot]"
+ git config --global user.email 207210293+openactive[bot]@users.noreply.github.com
28
29
- name: Set up Ruby
30
uses: ruby/setup-ruby@v1
0 commit comments