Fix link format in application-registry.md #6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # SPDX-FileCopyrightText: 2024 Margo | |
| # | |
| # SPDX-License-Identifier: MIT | |
| # | |
| name: Trigger Netlify Build | |
| on: | |
| push: | |
| branches: | |
| - pre-draft | |
| permissions: | |
| contents: read | |
| jobs: | |
| trigger-netlify-build: | |
| name: Trigger Netlify Build Hook | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Trigger Netlify Build | |
| run: | | |
| curl -X POST https://api.netlify.com/build_hooks/693fe3e255604a01bc2165a9 |