File tree Expand file tree Collapse file tree 2 files changed +6
-115
lines changed Expand file tree Collapse file tree 2 files changed +6
-115
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -120,18 +120,9 @@ jobs:
120120 - uses : actions/checkout@v4
121121 with :
122122 ref : ${{ github.event_name == 'workflow_dispatch' && github.event.ref || 'development' }}
123- - name : Report
124- env :
125- GITHUB_TOKEN : ${{ secrets.GITHUB_API_TOKEN }}
126- STATUS : ${{ needs.build-with-native.result }}
127- run : |
128- echo "The report step got status: ${STATUS}"
129- sudo apt-get update -o Dir::Etc::sourcelist="sources.list" \
130- -o Dir::Etc::sourceparts="-" -o APT::Get::List-Cleanup="0"
131- sudo apt-get install -y gnupg2 gnupg-agent
132- echo Installing SDKMAN
133- curl -s "https://get.sdkman.io" | bash
134- source ~/.sdkman/bin/sdkman-init.sh
135- sed -i -e 's/sdkman_auto_answer=false/sdkman_auto_answer=true/g' ~/.sdkman/etc/config
136- sdk install jbang 0.122.0
137- jbang .github/NativeBuildReport.java token="${GITHUB_TOKEN}" status="${STATUS}" issueRepo="quarkusio/quarkus" issueNumber="6588" thisRepo="${GITHUB_REPOSITORY}" runId="${GITHUB_RUN_ID}"
123+ - uses : quarkusio/report-status-in-issue@main
124+ with :
125+ github-token : ${{ secrets.GITHUB_API_TOKEN }}
126+ status : ${{ needs.build-with-native.result }}
127+ issue-repository : quarkusio/quarkus
128+ issue-number : 6588
You can’t perform that action at this time.
0 commit comments