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 3ad63d9 commit 459a25e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/temp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ jobs:
temp:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- run: |
echo "testing" >> temp
git config --global user.name "Fabian42"
git config --global user.email "[email protected]"
echo "hahaha" >> temp
git add .
git commit -m "temp"
git push

0 comments on commit 459a25e

Please sign in to comment.