File tree 2 files changed +7
-106
lines changed
2 files changed +7
-106
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -61,14 +61,10 @@ jobs:
61
61
git pull origin main --rebase
62
62
git push origin main
63
63
- name : Report status
64
- if : " always() && github.repository == 'quarkusio/quarkusio.github.io'"
65
- shell : bash
66
- run : |
67
- curl -Ls https://sh.jbang.dev | bash -s - app setup
68
- ~/.jbang/bin/jbang .github/report-status-in-issue.java \
69
- issueNumber=17071 \
70
- runId=${{ github.run_id }} \
71
- status=${{ job.status }} \
72
- token=${{ secrets.SYNC_MAIN_TOKEN }} \
73
- issueRepo=quarkusio/quarkus \
74
- thisRepo=${{ github.repository }}
64
+ uses : quarkusio/report-status-in-issue@main
65
+ if : always() && github.repository == 'quarkusio/quarkusio.github.io'
66
+ with :
67
+ github-token : ${{ secrets.SYNC_MAIN_TOKEN }}
68
+ status : ${{ job.status }}
69
+ issue-repository : quarkusio/quarkus
70
+ issue-number : 17071
You can’t perform that action at this time.
0 commit comments