Core file web/core/lib/Drupal/Core/FileTransfer/Local.php is being ignored due to .gitignore config #96
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Sync GitHub issues to Jira | ||
on: | ||
issues: | ||
types: | ||
- opened | ||
- closed | ||
permissions: | ||
issues: write | ||
jobs: | ||
jira: | ||
Check failure on line 10 in .github/workflows/jira.yml GitHub Actions / Sync GitHub issues to JiraInvalid workflow file
|
||
uses: acquia/.github/.github/workflows/jira.yml@main | ||
secrets: | ||
jira-user-email: ${{ secrets.JIRA_USER_EMAIL }} | ||
jira-api-token: ${{ secrets.JIRA_API_TOKEN }} | ||
github-token: ${{ secrets.GITHUB_TOKEN }} |