Skip to content

Commit

Permalink
Merge pull request #53 from PhpSlides/dev
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
dconco authored Dec 24, 2024
2 parents 2030f42 + b370206 commit 1c1309e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,17 @@ jobs:
push_to_main:
runs-on: ubuntu-latest
needs: test
if: success()
if: ${{ success() }}

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up git
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
- name: Push changes to main
run: |
git fetch origin main dev
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# PhpSlides/framework

The main code for PhpSlides.
The main code for PhpSlides..

0 comments on commit 1c1309e

Please sign in to comment.