We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb5e57 commit b79b9a6Copy full SHA for b79b9a6
.github/workflows/add-to-board.yml
@@ -35,7 +35,7 @@ jobs:
35
labels: needs-team
36
37
- name: Add issue to the right project
38
- uses: actions/add-to-project@v1
+ uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e
39
with:
40
project-url: https://github.com/orgs/elastic/projects/${{ fromJson(env.PROJECT_ID_MAP)[github.event.label.name] }}
41
github-token: ${{ secrets.ADD_TO_BOARD_TOKEN }}
0 commit comments