Skip to content

Commit db693c0

Browse files
devonfw#512: fix curl test wip
1 parent c9ab673 commit db693c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
last_workflow=$(curl -L -H "Accept: application/vnd.github+json" \
100100
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
101101
-H "X-GitHub-Api-Version: 2022-11-28" \
102-
"https://api.github.com/repos/${{ github.repository }}/actions/workflows/$workflow_filename/runs?per_page=1" | jq -r '.workflow_runs[0]')
102+
"https://api.github.com/repos/devonfw/IDEasy/actions/workflows/$workflow_filename/runs?per_page=1" | jq -r '.workflow_runs[0]')
103103
conclusion=$(echo $last_workflow | jq -r '.conclusion')
104104
echo "conclusion=$conclusion" >> $GITHUB_ENV
105105

0 commit comments

Comments
 (0)