Skip to content

Commit e679066

Browse files
committed
ci: don't write CI status to file
Signed-off-by: Jens Langhammer <[email protected]>
1 parent 1ae3609 commit e679066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-next-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: release-next-branch
1+
name: authentik-on-release-next-branch
22

33
on:
44
schedule:
@@ -18,7 +18,7 @@ jobs:
1818
ref: main
1919
- id: main-status
2020
run: |
21-
status=$(curl -fsSL -o head_status.json -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{ github.token}}" "https://api.github.com/repos/${{ github.repository }}/commits/HEAD/status" | jq -r '.status')
21+
status=$(curl -fsSL -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{ github.token }}" "https://api.github.com/repos/${{ github.repository }}/commits/HEAD/status" | jq -r '.status')
2222
echo "status=${status}" >> $GITHUB_OUTPUT
2323
- if: ${{ steps.main-status.outputs.status == 'success' }}
2424
run: |

0 commit comments

Comments
 (0)