Update actions/add-to-project action to v1
This commit is contained in:
parent
f4155fa7c4
commit
2ad9c5685e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/triage-labelled.yml
vendored
2
.github/workflows/triage-labelled.yml
vendored
|
@ -148,7 +148,7 @@ jobs:
|
|||
contains(github.event.issue.labels.*.name, 'A-Element-R')
|
||||
steps:
|
||||
- id: add_to_project
|
||||
uses: actions/add-to-project@v0.6.1
|
||||
uses: actions/add-to-project@v1.0.0
|
||||
with:
|
||||
project-url: ${{ env.PROJECT_URL }}
|
||||
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
||||
|
|
Loading…
Add table
Reference in a new issue