chore: update jira teams and add actionlint (#465)
* chore: update jira teams and add actionlint * update local test to workflow_dispatch * define outputs * try actionlint's skip_outputs setting * move skip_outputs to action definition in tests * move skip_outpus to action.yml * remove skip_outputs * move outputs * call actionlint directly to pass args * try to fix quoting * truncate ignore * try escaping * add comment
This commit is contained in:
committed by
GitHub
parent
166100bd2a
commit
ec2980c187
2
.github/workflows/jira.yaml
vendored
2
.github/workflows/jira.yaml
vendored
@@ -14,4 +14,4 @@ jobs:
|
||||
JIRA_SYNC_USER_EMAIL: ${{ secrets.JIRA_SYNC_USER_EMAIL }}
|
||||
JIRA_SYNC_API_TOKEN: ${{ secrets.JIRA_SYNC_API_TOKEN }}
|
||||
with:
|
||||
teams-array: '["applications-eco"]'
|
||||
teams-array: '["ecosystem", "applications-eco"]'
|
||||
|
||||
Reference in New Issue
Block a user