This commit is contained in:
Colin McDonnell
2025-12-15 23:38:46 -08:00
parent e383dd33dd
commit c2cedce1bc
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -83327,7 +83327,7 @@ function query({
// package.json
var package_default = {
name: "@pullfrog/action",
version: "0.0.141",
version: "0.0.142",
type: "module",
files: [
"index.js",
@@ -98180,7 +98180,9 @@ function buildPullfrogFooter(params) {
parts.push(`Using [${params.agent.displayName}](${params.agent.url})`);
}
if (params.workflowRun) {
parts.push(`[View workflow run](https://github.com/${params.workflowRun.owner}/${params.workflowRun.repo}/actions/runs/${params.workflowRun.runId})`);
parts.push(
`[View workflow run](https://github.com/${params.workflowRun.owner}/${params.workflowRun.repo}/actions/runs/${params.workflowRun.runId})`
);
}
if (params.customParts) {
parts.push(...params.customParts);
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@pullfrog/action",
"version": "0.0.141",
"version": "0.0.142",
"type": "module",
"files": [
"index.js",