diff --git a/action.yml b/action.yml index b129693..db25c9f 100644 --- a/action.yml +++ b/action.yml @@ -80,6 +80,7 @@ runs: pr_number='${{ github.event.number }}' log "Triggered by a pull request with index: $pr_number" log "Expected PR URL: $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/pulls/$pr_number" + log "Writing output to: $GITHUB_OUTPUT" echo "pr-number=$pr_number" >> "$GIHUB_OUTPUT" exit 0 fi