Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
irkode authored Jul 27, 2024
1 parent 01c9450 commit b18e921
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -20,13 +20,11 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
with:
ref: main
fetch-tags: true

# Runs a set of commands using the runners shell
- name: Configure Git
run: |
git fetch --tags
git config --local core.autocrlf "false"
git config --local user.name "irkode"
git config --global user.email "irkode@rikode.de"

0 comments on commit b18e921

Please sign in to comment.