Skip to content

Commit 8d05b45

Browse files
committed
put cpt action in a separate repository
1 parent 09395d7 commit 8d05b45

File tree

3 files changed

+2
-35
lines changed

3 files changed

+2
-35
lines changed

.github/cpt/Dockerfile

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/cpt/entrypoint.sh

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/main.workflow

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ workflow "Publish" {
55

66
action "publish" {
77
needs = ["filter-publish", "store-env"]
8-
uses = "./.github/cpt/"
8+
uses = "grisumbras/conan-actions/cpt@master"
99
secrets = ["CONAN_LOGIN_USERNAME", "CONAN_PASSWORD"]
1010
}
1111

@@ -17,7 +17,7 @@ workflow "Build" {
1717

1818
action "build" {
1919
needs = ["filter-not-publish", "store-env"]
20-
uses = "./.github/cpt/"
20+
uses = "grisumbras/conan-actions/cpt@master"
2121
}
2222

2323

0 commit comments

Comments
 (0)