Skip to content

Commit

Permalink
.github/workflows: update failing action
Browse files Browse the repository at this point in the history
[Example](https://github.com/ceph/ceph/actions/runs/4222995073/jobs/7360873373) of failing run.

Signed-off-by: Ernesto Puerta <[email protected]>
  • Loading branch information
epuertat authored Feb 21, 2023
1 parent 01ad87e commit 2d11e47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
sync-labels: ''
repo-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Assign to Dashboard project
# https://github.com/marketplace/actions/add-to-github-projects?version=v0.3.0
uses: actions/add-to-project@a9f041ddd462ed185893ea1024cec954f50dbe42
# https://github.com/marketplace/actions/add-to-github-projects?version=v0.4.0
uses: actions/add-to-project@960fbad431afda394cfcf8743445e741acd19e85
with:
project-url: https://github.com/orgs/ceph/projects/2
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2d11e47

Please sign in to comment.