Skip to content

Commit 11a7520

Browse files
committed
Merge remote-tracking branch 'origin/main'
1 parent ac9a55b commit 11a7520

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

.github/workflows/run-program.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@ jobs:
1717
python-version: '3.12'
1818

1919
- name: Herztext.py ausführen
20-
working-directory: ./simple_py_program
21-
run: python Herztext.py
20+
run: python simple_py_program/Herztext.py
2221

2322
- name: Sanduhr.py ausführen
24-
working-directory: ./simple_py_program
25-
run: python Sanduhr.py
23+
run: python simple_py_program/Sanduhr.py
2624

2725
- name: Ausgaben in README einfügen
2826
run: |
@@ -44,8 +42,8 @@ jobs:
4442
4543
- name: Änderungen committen
4644
run: |
47-
git config --global user.name "1501henify"
48-
git config --global user.email "henify@users.noreply.github.com"
45+
git config user.name "github-actions[bot]"
46+
git config user.email "github-actions[bot]@users.noreply.github.com"
4947
git add README.md
5048
git commit -m "README mit aktuellen Ausgaben aktualisiert" || echo "No changes to commit"
5149
git push

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,16 @@ Each one is a small step toward becoming a full-stack developer.
1111
## 🧠 Simple Python Scripts + Output
1212

1313
### 🔸 [`Herztext.py`](https://github.com/1501henify/Learning-Python/blob/main/simple_py_program%2FHerztext.py)
14+
1415
<!-- HERZTEXT_OUTPUT_START -->
1516
<!-- HERZTEXT_OUTPUT_END -->
1617

17-
1818
### 🔸 [`Sanduhr.py`](https://github.com/1501henify/Learning-Python/blob/main/simple_py_program%2FSanduhr.py)
19+
1920
<!-- SANDUHR_OUTPUT_START -->
2021
<!-- SANDUHR_OUTPUT_END -->
2122

22-
2323
## 📆 Day Counter
2424

2525
<!-- PYTHON_DAY_COUNTER -->
26-
Day X of Python Coding
2726
<!-- PYTHON_DAY_COUNTER_END -->
28-

0 commit comments

Comments
 (0)