File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- name : release-next-branch
1+ name : authentik-on- release-next-branch
22
33on :
44 schedule :
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 : |
You can’t perform that action at this time.
0 commit comments