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