Skip to content

Commit

Permalink
Update create-dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeHutchinson authored Dec 4, 2024
1 parent 5ffae48 commit 0f87d3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ jobs:
mkdir -p .github
echo "$EXPECTED_CONTENT" > .github/dependabot.yml
git config --global user.email "[email protected]"
git config --global user.name "Joe"
# Stage and commit the changes
git add .github/dependabot.yml
Expand Down

0 comments on commit 0f87d3a

Please sign in to comment.