Skip to content

Commit efec006

Browse files
authored
Fix preview workflow (#12)
Signed-off-by: Cintia Sánchez García <cynthiasg@icloud.com>
1 parent ee10c66 commit efec006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/github-script@v7
2121
env:
22-
LANDSCAPE_URL: 'https://dlt.landscape2.io'
22+
LANDSCAPE_URL: 'https://pqca.landscape2.io'
2323
DATA_FILE: 'landscape.yml'
2424
LOGOS_PATH: 'hosted_logos'
2525
OWNER: ${{ github.event.pull_request.head.repo.owner.login }}

0 commit comments

Comments
 (0)