Skip to content

Commit 2772f96

Browse files
authored
Update username (#4)
NO RELEASE
1 parent 357b88a commit 2772f96

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414

1515
- name: Setup Python
16-
uses: twh2898/reusable-workflows/setup_python@main
16+
uses: automas-dev/reusable-workflows/setup_python@main
1717
with:
1818
python-version: "3.12"
1919
poetry-version: "1.8.5"
@@ -41,11 +41,11 @@ jobs:
4141
- uses: actions/checkout@v4
4242

4343
- name: Increment Version
44-
uses: twh2898/reusable-workflows/increment_version@main
44+
uses: automas-dev/reusable-workflows/increment_version@main
4545
id: version
4646

4747
- name: Setup Python
48-
uses: twh2898/reusable-workflows/setup_python@main
48+
uses: automas-dev/reusable-workflows/setup_python@main
4949
with:
5050
python-version: "3.12"
5151
poetry-version: "1.8.5"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description = "Capture code in a picture"
55
authors = ["Thomas Harrison <[email protected]>"]
66
readme = "README.md"
77
license = "MIT"
8-
homepage = "https://github.com/twh2898/codepic"
9-
repository = "https://github.com/twh2898/codepic"
8+
homepage = "https://github.com/automas-dev/codepic"
9+
repository = "https://github.com/automas-dev/codepic"
1010
classifiers = [
1111
"Programming Language :: Python :: 3",
1212
"Operating System :: POSIX :: Linux",

0 commit comments

Comments
 (0)