Skip to content

Commit

Permalink
docs(caller-workflow): simplify run-name, other details are in subtext
Browse files Browse the repository at this point in the history
  • Loading branch information
tomassebestik committed Sep 6, 2024
1 parent c41e928 commit 8332091
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/caller-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: Sync to Espressif Jira
run-name: >
${{ github.event_name == 'issue_comment' && format('Sync to Espressif Jira: Comment {0} in issue {1}', github.event.comment.id, github.event.issue.title) ||
github.event_name == 'schedule' && 'Sync to Espressif Jira: Pull Requests missing in Jira' ||
github.event_name == 'issues' && format('Sync to Espressif Jira: New Issue {0}', github.event.issue.title) }}
${{ github.event_name == 'issue_comment' && 'Sync to Espressif Jira - Issue comment' ||
github.event_name == 'schedule' && 'Sync to Espressif Jira - Pull Requests' ||
github.event_name == 'issues' && 'Sync to Espressif Jira - New Issue' }}
on:
issues: {types: [opened]}
Expand Down

0 comments on commit 8332091

Please sign in to comment.