Skip to content

Commit

Permalink
Merge pull request #56 from UnionRolistes/Update-todo.yml-V6-node16
Browse files Browse the repository at this point in the history
Update todo.yml
  • Loading branch information
Fr-Dae committed Sep 5, 2023
2 parents 7dd9c2e + 3ab6af7 commit 4447a4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Ajouter l'issue à la backlog
uses: actions/github-script@v4
uses: actions/github-script@v6
with:
script: |
const backlogProjectId = 1;
Expand All @@ -22,4 +22,4 @@ jobs:
column_id: backlogProjectId,
content_id: issueNumber,
content_type: "Issue"
});
});

0 comments on commit 4447a4d

Please sign in to comment.