Skip to content

Commit 3820dae

Browse files
committedFeb 10, 2024·
Update dev-hato/actions-add-to-projects action to v0.0.60
1 parent 270a36d commit 3820dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/add-to-task-list.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
if: github.repository == github.event.pull_request.head.repo.full_name
1515
steps:
16-
- uses: dev-hato/actions-add-to-projects@v0.0.59
16+
- uses: dev-hato/actions-add-to-projects@v0.0.60
1717
with:
1818
github_app_id: ${{ secrets.PROJECT_AUTOMATION_APP_ID }}
1919
github_app_private_key: ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }}

0 commit comments

Comments
 (0)
Please sign in to comment.