No subfluxo siaut sem anexo, alterar ação 05 com o caminho da pasta #108
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
# This uses a reusable workflow | ||
name: Add assignee to closed issue | ||
on: | ||
issues: | ||
types: [closed] | ||
jobs: | ||
add_assignee_to_closed_issue: | ||
uses: o-futuro-ja-comecou/github-actions-reutilizaveis/.github/workflows/[email protected] | ||
Check failure on line 10 in .github/workflows/add_assignee_to_closed_issue_reusable.yml GitHub Actions / .github/workflows/add_assignee_to_closed_issue_reusable.ymlInvalid workflow file
|
||
secrets: | ||
GH_TOKEN: ${{ secrets.GH_TOKEN }} |