Skip to content

Commit

Permalink
Update 'Update created_at field' workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseyManetov committed Jan 10, 2025
1 parent 1ba87b3 commit 1cfd120
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/add_created_at_field.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ jobs:
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: project_task_id
- 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: ${{ github.event.issue.added_to_project.project_id }}
item-id: ${{ steps.get-project-item-id.outputs.project-item-id }}
field-keys: created_at
field-values: ${{ github.event.issue.created_at }}

0 comments on commit 1cfd120

Please sign in to comment.