From 482b2e52ab0e840adf2dce1eab4b696b2e8533f8 Mon Sep 17 00:00:00 2001 From: Jesse Newland Date: Fri, 12 May 2023 17:19:41 -0500 Subject: [PATCH] positive example --- .github/workflows/rollout.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/rollout.yaml b/.github/workflows/rollout.yaml index 606047f..c100e9e 100644 --- a/.github/workflows/rollout.yaml +++ b/.github/workflows/rollout.yaml @@ -23,6 +23,7 @@ jobs: head_ref: ${{ github.head_ref }} env: rollout-${{ github.event.pull_request.number }} env_url: https://rollout-${{ github.event.pull_request.number }}.example.com + log_url_job_name: rollout - run: echo perform deploy @@ -38,4 +39,5 @@ jobs: deployment_id: ${{ steps.start.outputs.deployment_id }} env_url: https://rollout-${{ github.event.pull_request.number }}.example.com + log_url_job_name: rollout \ No newline at end of file