We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a831f7d commit a0a80feCopy full SHA for a0a80fe
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
Package.swift
21
- name: Configure author
22
run: |
23
- git config --global user.name SimplyDanny
+ git config --global user.name ${{ github.repository_owner }}
24
git config --global user.email null
25
- name: Commit
26
0 commit comments