diff --git a/.github/workflows/workflow-java.yaml b/.github/workflows/workflow-java.yaml index a378241..86dbfff 100644 --- a/.github/workflows/workflow-java.yaml +++ b/.github/workflows/workflow-java.yaml @@ -7,13 +7,13 @@ on: mainline_branch: type: string default: format('refs/heads/{0}', github.event.repository.default_branch) - describe: "The mainline branch for the repo. Deployments to the staging and production environments are done only on push to this branch. Defaults to the repo's default branch." + description: "The mainline branch for the repo. Deployments to the staging and production environments are done only on push to this branch. Defaults to the repo's default branch." workflow_dispatch: inputs: mainline_branch: type: string default: format('refs/heads/{0}', github.event.repository.default_branch) - describe: "The mainline branch for the repo. Deployments to the staging and production environments are done only on push to this branch. Defaults to the repo's default branch." + description: "The mainline branch for the repo. Deployments to the staging and production environments are done only on push to this branch. Defaults to the repo's default branch." jobs: # Test projects diff --git a/.github/workflows/workflow-node.yaml b/.github/workflows/workflow-node.yaml index 87215a8..84b29d6 100644 --- a/.github/workflows/workflow-node.yaml +++ b/.github/workflows/workflow-node.yaml @@ -7,13 +7,13 @@ on: mainline_branch: type: string default: format('refs/heads/{0}', github.event.repository.default_branch) - describe: "The mainline branch for the repo. Deployments to the staging and production environments are done only on push to this branch. Defaults to the repo's default branch." + description: "The mainline branch for the repo. Deployments to the staging and production environments are done only on push to this branch. Defaults to the repo's default branch." workflow_dispatch: inputs: mainline_branch: type: string default: format('refs/heads/{0}', github.event.repository.default_branch) - describe: "The mainline branch for the repo. Deployments to the staging and production environments are done only on push to this branch. Defaults to the repo's default branch." + description: "The mainline branch for the repo. Deployments to the staging and production environments are done only on push to this branch. Defaults to the repo's default branch." jobs: # Build jobs