Skip to content

Commit

Permalink
add user information
Browse files Browse the repository at this point in the history
  • Loading branch information
florianBachinger authored Dec 7, 2023
1 parent 86a5eac commit a134c96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- name: commit changes
run: |
git config user.email "[email protected]"
git config user.name "Florian Bachinger"
git commit -am "remove workflow, rename cname"
git reset --hard HEAD~1
Expand Down

0 comments on commit a134c96

Please sign in to comment.