Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit 1c1309e

Browse files
authored
Merge pull request #53 from PhpSlides/dev
Fix typo in README.md
2 parents 2030f42 + b370206 commit 1c1309e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,17 @@ jobs:
5050
push_to_main:
5151
runs-on: ubuntu-latest
5252
needs: test
53-
if: success()
53+
if: ${{ success() }}
5454

5555
steps:
5656
- name: Checkout repository
5757
uses: actions/checkout@v4
5858

59+
- name: Set up git
60+
run: |
61+
git config user.name "github-actions[bot]"
62+
git config user.email "github-actions[bot]@users.noreply.github.com"
63+
5964
- name: Push changes to main
6065
run: |
6166
git fetch origin main dev

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# PhpSlides/framework
22

3-
The main code for PhpSlides.
3+
The main code for PhpSlides..

0 commit comments

Comments
 (0)