use branch_tip instead of forgejo-test-helper.sh output

This commit is contained in:
Earl Warren 2024-01-03 21:55:13 +01:00
parent fdf3d323b9
commit 241b5920f4
No known key found for this signature in database
GPG Key ID: 0579CB2928A78A00
1 changed files with 3 additions and 2 deletions

View File

@ -20,8 +20,9 @@ jobs:
image-version: 1.20
- id: testrepo
run: |
forgejo-test-helper.sh push testrepo http://testuser:admin1234@${{ steps.forgejo.outputs.host-port }} testuser testrepo > /tmp/output
grep '^sha=' < /tmp/output >> $GITHUB_OUTPUT
url=http://testuser:admin1234@${{ steps.forgejo.outputs.host-port }}
forgejo-test-helper.sh push testrepo $url testuser testrepo > /tmp/output
echo sha=$(forgejo-test-helper.sh branch_tip $url testuser/testrepo main) >> $GITHUB_OUTPUT
- id: release-upload
uses: SELF@vTest
with: