Skip to content

Commit 2449a36

Browse files
committed
🍀 Change to use the reusable workflow in the remote repo.
1 parent 5c2f92c commit 2449a36

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Parse project configuration from intent.yaml
2727
config:
2828
name: Parse Configuration
29-
uses: ./.github/workflows/rw_parse_project_config.yaml
29+
uses: Chisanan232/Template-Python-UV-Project/.github/workflows/rw_parse_project_config.yaml@master
3030

3131
compute-version:
3232
name: Compute Staging Version

.github/workflows/release-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# Parse project configuration from intent.yaml
4040
config:
4141
name: Parse Configuration
42-
uses: ./.github/workflows/rw_parse_project_config.yaml
42+
uses: Chisanan232/Template-Python-UV-Project/.github/workflows/rw_parse_project_config.yaml@master
4343

4444
intent-parse:
4545
uses: Chisanan232/Template-Python-UV-Project/.github/workflows/rw_parse_release_intent.yaml@master

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# Parse project configuration from intent.yaml
6161
config:
6262
name: Parse Configuration
63-
uses: ./.github/workflows/rw_parse_project_config.yaml
63+
uses: Chisanan232/Template-Python-UV-Project/.github/workflows/rw_parse_project_config.yaml@master
6464

6565
intent:
6666
uses: Chisanan232/Template-Python-UV-Project/.github/workflows/rw_parse_release_intent.yaml@master

0 commit comments

Comments
 (0)