Skip to content

Commit

Permalink
Update temp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian42 authored Dec 18, 2023
1 parent 459a25e commit adcf79f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/temp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: |
echo "hahaha" >> temp
echo "hahaha" > tempa
git config --global user.name "Fabian42"
git config --global user.email "[email protected]'
git add .
git commit -m "temp"
git push

0 comments on commit adcf79f

Please sign in to comment.