Skip to content

Commit

Permalink
FIX: Who
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Aug 6, 2024
1 parent dd8b4de commit 6ff6177
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/credit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ jobs:
echo "dirty=true" >> $GITHUB_OUTPUT
fi
id: status
- run: |
- name: Create PR
run: |
set -xeo pipefail
git config --global user.email "114827586+autofix-ci[bot]@users.noreply.github.com"
git config --global user.name "autofix-ci[bot]"
git commit -am "MAINT: Update code credit"
gh pr create -B main -H credit --title "MAINT: Update code credit" --body "Created by ${{ github.workflow.file }}" --label "no-changelog-entry-needed"
if: steps.status.outputs.dirty == 'true'

0 comments on commit 6ff6177

Please sign in to comment.