Skip to content

Commit

Permalink
Update reporter use to specify environment type
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Long committed Jun 4, 2021
1 parent 31ce962 commit e76f495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
env:
KUBECONFIG: ${{ env.KUBECONFIG }}
run:
reporter report env production --namespace production --kubeconfig=${KUBECONFIG} --dry-run
reporter report env k8s production --namespace production --kubeconfig=${KUBECONFIG} --dry-run

- name: Slack Notification on Failure
if: ${{ failure() }}
Expand Down

0 comments on commit e76f495

Please sign in to comment.