Skip to content

Commit

Permalink
Try to use git commit message 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 7fbdf3d commit 7d3eeb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-script-poc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ env:
environment_name: Production
is_production: false
environment_url: https://postman-load-test.azurewebsites.net
deployment_description: Sample GitHub-Script Deployment
deployment_description: ${{ github.event.commits[0].message }}

jobs:
poc-test:
runs-on: ubuntu-latest
name: Sandbox Testing
environment:
name: GitHub.Script-Production
name: GitHub.Script:Production
url: ${{ steps.deploy-website.outputs.deployment_url }}

steps:
Expand All @@ -36,7 +36,7 @@ jobs:
auto_merge: false,
description: "${{ env.deployment_description }}",
required_contexts: [],
environment: "${{ env.project_name }}-${{ env.environment_name }}",
environment: "${{ env.project_name }}:${{ env.environment_name }}",
transient_environment: false,
production_environment: ${{ env.is_production }}
});
Expand Down

0 comments on commit 7d3eeb3

Please sign in to comment.