Skip to content

Commit

Permalink
fix(action-yml): fix format of legacy input "cron_job"
Browse files Browse the repository at this point in the history
  • Loading branch information
tomassebestik committed Sep 6, 2024
1 parent b2b1889 commit c41e928
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 @@ -4,10 +4,10 @@ description: >
Synchronizes Issues, Issue comments and Pull Requests from Espressif GitHub to Espressif JIRA.
inputs:
cron-job:
cron_job:
description: >
THIS INPUT IS INCLUDED ONLY FOR COMPATIBILITY WITH LEGACY CALLER WORKFLOWS.
ALL LOGIC IS DETERMINED BASED ON THE ACTION TRIGGER.
ALL LOGIC IS DETERMINED BASED ON THE ACTION TRIGGER; THIS INPUT DOES EFFECTIVELY NOTHING
Indicates whether the action is being run as a scheduled cron job
If so, the it syncs new pull requests during the cron job execution.
Expand Down

0 comments on commit c41e928

Please sign in to comment.