Skip to content

Add 'Update closed_at field' workflow #1

Add 'Update closed_at field' workflow

Add 'Update closed_at field' workflow #1

name: Update closed_at field
on:
issues:
types:
- closed
jobs:
update-task-created_at:
name: : Update closed_at issue field

Check failure on line 10 in .github/workflows/add_closed_at_field.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/add_closed_at_field.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: monry/actions-get-project-item-id@v2
with:
github-token: ${{ secrets.UUI_CI_SECRET }}
project-id: 'PVT_kwDOABhCKs4AKwip'
issue-id: ${{ github.event.issue.node_id }}
id: get-project-item-id
- uses: titoportas/[email protected]
with:
project-url: https://github.com/orgs/epam/projects/14
github-token: ${{ secrets.UUI_CI_SECRET }}
item-id: ${{ steps.get-project-item-id.outputs.project-item-id }}
field-keys: closed_at
field-values: ${{ github.event.issue.created_at }}