We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ed95b commit 3b3dc7eCopy full SHA for 3b3dc7e
.github/workflows/add-netlify-links.yml
@@ -26,7 +26,7 @@ jobs:
26
CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
27
run: |
28
new_links=""
29
- base_link='https://deploy-preview-${{ github.event.number }}--docs-kotlin.netlify.app'
+ base_link='https://deploy-preview-${{ github.event.number }}--docs-kotlin-sync.netlify.app'
30
files=$(echo "$CHANGED_FILES" | tr "," "\n")
31
for file in $files; do
32
echo "processing ${file}"
0 commit comments