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

Commit 4b04fe5

Browse files
committed
corrected path in gh bitbucket action, references #7
1 parent ec70981 commit 4b04fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ktorbase-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
run: >
118118
BRANCH=${GITHUB_REF#refs/heads/};
119119
curl -O -s "https://raw.githubusercontent.com/linked-planet/ktorbase/$BRANCH/update.sh";
120-
sh ./update.sh /tmp/com.linked-planet.ktor-example com.linked-planet ktor-example "$BRANCH"
120+
sh ./update.sh /tmp/com.linked-planet.ktor-bitbucket-example com.linked-planet ktor-example "$BRANCH"
121121
122122
- name: Commit and Push to Bitbucket
123123
run: |

0 commit comments

Comments
 (0)