[CI] do not hardcode the Forgejo release in end-to-end testing (part 2)

The absence of origin-ref must be the empty string '', not 'false'
This commit is contained in:
Earl Warren 2024-03-06 09:09:19 +08:00
parent d2f24a5a16
commit 96f9673640
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 0579CB2928A78A00

View file

@ -104,7 +104,7 @@ jobs:
origin-repo: ${{ github.repository }}
origin-token: ${{ secrets.END_TO_END_CASCADING_PR_ORIGIN }}
origin-pr: ${{ github.event.pull_request.number }}
origin-ref: ${{ github.event_name == 'push' && github.event.ref }}
origin-ref: ${{ github.event_name == 'push' && github.event.ref || '' }}
destination-url: https://code.forgejo.org
destination-fork-repo: cascading-pr/end-to-end
destination-repo: forgejo/end-to-end