From 97a66f7774aa8e871592b00f91631eb8e041744b Mon Sep 17 00:00:00 2001 From: Molly Smith Date: Thu, 27 Jun 2024 15:44:46 -0600 Subject: [PATCH] Quick METplus yml fix --- .github/workflows/trigger_metplus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trigger_metplus.yaml b/.github/workflows/trigger_metplus.yaml index 09f8b6c8..09c46ec2 100644 --- a/.github/workflows/trigger_metplus.yaml +++ b/.github/workflows/trigger_metplus.yaml @@ -27,7 +27,7 @@ jobs: await github.rest.actions.createWorkflowDispatch({ owner: 'dtcenter', repo: 'METplus', - workflow_id: 'testing.yaml', + workflow_id: 'testing.yml', ref: 'develop', inputs: { repository: '${{ github.repository }}',