Skip to content

Commit

Permalink
fix: use correct input name
Browse files Browse the repository at this point in the history
  • Loading branch information
kylezs committed Feb 16, 2024
1 parent 606ff50 commit bbab57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/get-workflow-commit/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
with:
github-token: ${{ inputs.github-token }}
script: |
const workflow_id = "${{ inputs.upgrade-to-workflow-name }}";
const workflow_id = "${{ inputs.workflow-name }}";
const owner = context.repo.owner;
const repo = context.repo.repo;
const runs = await github.rest.actions.listWorkflowRuns({
Expand Down

0 comments on commit bbab57a

Please sign in to comment.