Skip to content

Commit

Permalink
Pass data to action
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Feb 25, 2025
1 parent 09ed9ae commit b8bba14
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions preview/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ inputs:
description: "Site is a single version project, so link to the top level."
default: 'false'
required: false
single-language:
description: "Site is a single language project, so don't include a language in the link."
default: 'false'
required: false

runs:
using: "composite"
Expand All @@ -47,6 +51,7 @@ runs:
"message-template": `${{ inputs.message-template }}`,
"platform": "${{ inputs.platform }}",
"single-version": "${{ inputs.single-version }}",
"single-language": "${{ inputs.single-language }}",
}
const script = require("./preview/scripts/edit-description.js");
await script({inputs, github, context});

0 comments on commit b8bba14

Please sign in to comment.