Skip to content

Commit

Permalink
Typo in GitHub action (#193)
Browse files Browse the repository at this point in the history
* remove run on push

* modify github action

* Update version

* limit pylint to 3.8

* run only on push

* use token

* use github push action

* push to main

* remove brnach

* use more safe version

* use PAT for checkout

* use PAT Token

* use env

* remove some typos

---------

Co-authored-by: GitHub Action <action@github.com>
  • Loading branch information
henne49 and actions-user authored Jun 5, 2024
1 parent 4efdec7 commit 426b681
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,10 @@ jobs:
echo "Version: ${{ steps.gitversion.outputs.majorMinorPatch }}" > version.txt
- name: Commit
run: |
git remote set-url origin https://github-actions[bot]:${PAT}@github.com/henne49/dbus-opendtu.git
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add version.txt
git commit -m "Update version [skip ci] "
git commit -m "Update version [skip ci]"
- name: Push changes
uses: ad-m/github-push-action@master
with:
Expand Down

0 comments on commit 426b681

Please sign in to comment.