Skip to content

Commit

Permalink
Annotate commit messsage input
Browse files Browse the repository at this point in the history
  • Loading branch information
zacck committed Aug 24, 2023
1 parent 52ecfc8 commit 928695f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
project_id_input:
description: "OpenFN Project ID"
required: true
commit_message:
commit_message_input:
description: "Pull Commit Message"
required: true
runs:
Expand All @@ -29,7 +29,7 @@ runs:
- name: Commit new state file
uses: stefanzweifel/git-auto-commit-action@v4
env:
OPENFN_COMMIT_MESSAGE: ${{ inputs.commit_message }}
OPENFN_COMMIT_MESSAGE: ${{ inputs.commit_message_input }}
with:
commit_message: $OPENFN_COMMIT_MESSAGE

Expand Down

0 comments on commit 928695f

Please sign in to comment.