Skip to content

Commit

Permalink
Final workflow version for now
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoLouwerse committed Jun 15, 2023
1 parent 37860ce commit 2608da2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
git config user.email ""
git add docs/classes
git commit -m "Update phpdoc" || echo "No changes to commit"
git pull
git pull origin $(git rev-parse --abbrev-ref HEAD) --rebase --autostash
git push
2 changes: 1 addition & 1 deletion .github/workflows/phpcbf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
git config user.email ""
git add src
git commit -m "Update src from PHP Codesniffer" || echo "No changes to commit"
git pull
git pull origin $(git rev-parse --abbrev-ref HEAD) --rebase --autostash
git push
2 changes: 1 addition & 1 deletion .github/workflows/remarklint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
git reset package-lock.json
git reset node_modules
git commit -m "Update src from remark-lint" || echo "No changes to commit"
git pull
git pull origin $(git rev-parse --abbrev-ref HEAD) --rebase --autostash
git push

0 comments on commit 2608da2

Please sign in to comment.