Skip to content

Commit 376dae1

Browse files
First commit
1 parent d8edbc5 commit 376dae1

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.github/workflow/copilot_metrics_retention.yaml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
name: Copilot Metrics Retention
22

33
on:
4-
workflow_dispatch:
5-
inputs:
6-
org_name:
7-
description: 'Organization name'
8-
required: true
9-
default: 'hivemq'
10-
json_path:
11-
description: 'JSON File path'
12-
required: true
13-
default: 'metrics.json'
4+
push:
145

156
jobs:
167
first-job:
@@ -24,8 +15,8 @@
2415
uses: ambilykk/copilot-metrics-retention@main
2516
with:
2617
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
27-
org_name: ${{ inputs.org_name }}
28-
json_path: ${{ inputs.json_path }}
18+
org_name: 'hivemq'
19+
json_path: 'metrics.json'
2920

3021
- name: Commit and push if it changed
3122
run: |

0 commit comments

Comments
 (0)