Skip to content

Commit 756c7ec

Browse files
committed
Update GH actions repo URL
1 parent 42f8f27 commit 756c7ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cleanup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Install and configure the Koyeb CLI
13-
uses: koyeb-community/install-koyeb-cli@v2
13+
uses: koyeb-community/koyeb-actions@v2
1414
with:
1515
api_token: "${{ secrets.KOYEB_EXAMPLES_APPS_TOKEN }}"
1616

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Install and configure the Koyeb CLI
18-
uses: koyeb-community/install-koyeb-cli@v2
18+
uses: koyeb-community/koyeb-actions@v2
1919
with:
2020
api_token: "${{ secrets.KOYEB_EXAMPLES_APPS_TOKEN }}"
2121

0 commit comments

Comments
 (0)