Skip to content

Commit

Permalink
Amend workflow syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
henrychao-rcsb committed Jul 17, 2023
1 parent 1bdfe38 commit 86f8063
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow-java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/workflow-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86f8063

Please sign in to comment.