Compare commits
1 commit
ea5ae516ad
...
dbfcc92423
Author | SHA1 | Date | |
---|---|---|---|
dbfcc92423 |
1 changed files with 3 additions and 1 deletions
|
@ -96,7 +96,9 @@ runs:
|
|||
log "Retrieved index: $pr_number"
|
||||
log "Expected PR URL: $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/pulls/$pr_number"
|
||||
|
||||
echo "pr-number=$pr_number" >> "$GIHUB_OUTPUT"
|
||||
echo "GITHUB_OUTPUT=$GITHUB_OUTPUT"
|
||||
ls -l "$GITHUB_OUTPUT"
|
||||
echo "pr-number=$pr_number" >> "$GITHUB_OUTPUT"
|
||||
- name: Find previous comment (if present)
|
||||
# We want to generate a comment, and we we able to fin the PR number
|
||||
if: inputs.comment-on-pr == 'true' && steps.pr-number.outputs.pr-number != ''
|
||||
|
|
Loading…
Add table
Reference in a new issue