Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Nov 28, 2023
1 parent 88ef328 commit 9805cd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ runs:
- id: prdetails
uses: matrix-org/[email protected]
continue-on-error: true
with:
owner: ${{ inputs.owner }}
branch: ${{ inputs.branch }}
Expand All @@ -84,7 +85,7 @@ runs:
# These don't work because we're in workflow_run
enable-pull-request-comment: false
enable-commit-comment: false
alias: ${{ inputs.prefix }}${{ steps.prdetails.outputs.pr_id }}
alias: ${{ inputs.prefix }}${{ steps.prdetails.outputs.pr_id || inputs.branch }}
env:
NETLIFY_AUTH_TOKEN: ${{ inputs.token }}
NETLIFY_SITE_ID: ${{ inputs.site_id }}
Expand Down

0 comments on commit 9805cd1

Please sign in to comment.