Skip to content

Commit

Permalink
ci: add message
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Mar 20, 2024
1 parent 463afad commit 60d1a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
id: publish
uses: netlify/actions/cli@master
with:
args: deploy --filter documentation --alias pr-preview-${{ github.event.pull_request.number }} --message "PR $PR_NUMBER"
args: deploy --message "PullRequest - ${{ github.event.pull_request.number }}" --filter documentation --alias pr-preview-${{ github.event.pull_request.number }}
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
Expand Down

0 comments on commit 60d1a68

Please sign in to comment.