Skip to content

Commit 63f61a3

Browse files
committed
Update issue statistics workflow
1 parent ab81a50 commit 63f61a3

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

Diff for: .github/workflows/issues_stats.yml

+12-7
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,15 @@ concurrency:
1717

1818
jobs:
1919
issue:
20-
name: 'Ingest'
21-
uses: elastic/clients-team-automations/.github/workflows/issues_stats.yml@main
22-
with:
23-
issue_payload: ${{ toJSON(github.event.issue) }}
24-
secrets:
25-
ES_CLOUD_ID: ${{ vars.ES_CLOUD_ID }}
26-
ES_API_KEY: ${{ secrets.ES_API_KEY }}
20+
name: Ingest
21+
runs-on: ubuntu-latest
22+
steps:
23+
- name: Checkout
24+
uses: actions/checkout@v4
25+
26+
- name: Ingest Issue
27+
uses: elastic/clients-team-automations/issues_stats@main
28+
with:
29+
issue_payload: ${{ toJSON(github.event.issue) }}
30+
es_cloud_id: ${{ vars.ES_CLOUD_ID }}
31+
es_api_key: ${{ secrets.ES_API_KEY }}

0 commit comments

Comments
 (0)