Skip to content

Commit

Permalink
add git push
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed Mar 19, 2024
1 parent 1a44def commit 0c1f023
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/yaml_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
git config --global user.name "GitHub Actions"
git add .
git commit -m "Automatic YAML formatting"
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Access token with push permissions

0 comments on commit 0c1f023

Please sign in to comment.