Skip to content

Commit

Permalink
remove duplicate task github-script-poc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daveboster authored Nov 24, 2023
1 parent 46223b6 commit ca88d70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/github-script-poc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
ref: context.ref,
task: task,
task: "deploy",
auto_merge: false,
description: "${{ env.deployment_description }}",
required_contexts: [],
task: "deploy",
environment: "${{ env.project_name }}-${{ env.environment_name }}",
transient_environment: false,
production_environment: ${{ env.is_production }}
Expand Down

0 comments on commit ca88d70

Please sign in to comment.