Skip to content

Commit f362aa5

Browse files
committed
ci: fix test-login after repo rename
1 parent 0e9d15b commit f362aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-setup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
# Test that the installed CLI is logged when the API Token is provided
6363
test-login:
64-
if: ${{ github.repository == 'scalingo-community/scalingo-actions' }}
64+
if: ${{ github.repository == 'scalingo-community/setup-scalingo' }}
6565
strategy:
6666
matrix:
6767
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-latest, macos-11, macos-12]

0 commit comments

Comments
 (0)