We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8456332 commit fefdf1bCopy full SHA for fefdf1b
.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 }}--mongodb-docs-csharp.netlify.app'
+ base_link='https://deploy-preview-${{ github.event.number }}--docs-csharp.netlify.app'
30
files=$(echo "$CHANGED_FILES" | tr "," "\n")
31
for file in $files; do
32
echo "processing ${file}"
@@ -55,4 +55,4 @@ jobs:
55
appendContentOnMatchOnly: true
56
regexFlags: is
57
content: "<!-- start insert-links -->\n${{ steps.build_page_links.outputs.staging_links }}\n<!-- end insert-links -->"
58
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments