Fix netlify not using aliases containing a slash (#1819)

This commit is contained in:
Erik Michelson 2022-01-30 21:57:58 +01:00 committed by GitHub
parent fa0bea492e
commit e671aa4aa8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -56,7 +56,7 @@ jobs:
- name: Run netlify CLI deployment
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
run: bash netlify/deploy.sh "${{ github.event.number }}" "${{ github.head_ref }}" "${{ github.event.pull_request.title }}"
run: bash netlify/deploy.sh "${{ github.event.number }}" "${{ github.event.pull_request.title }}"
id: netlify-result
- name: Mark GitHub deployment as finished