We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GITHUB_REF is "refs/heads/master" that is OK, but GITHUB_REF_NAME is "refs/heads/master" it Should only be "master"
GITHUB_REF_TYPE should "branch" or "tag" but is "heads" See: https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables
I’m using a PowerShell runner but should make no difference
- name: test run: | Write-Output "GITHUB_REF_NAME $Env:GITHUB_REF_NAME" Write-Output "GITHUB_REF $Env:GITHUB_REF" Write-Output "GITHUB_REF_TYPE $Env:GITHUB_REF_TYPE"
1.20.0+rc0
No
No response
Runs from Docker
None
The text was updated successfully, but these errors were encountered:
This has been fixed by #25367
Sorry, something went wrong.
No branches or pull requests
Description
GITHUB_REF is "refs/heads/master"
that is OK, but
GITHUB_REF_NAME is "refs/heads/master" it
Should only be "master"
GITHUB_REF_TYPE should "branch" or "tag" but is "heads"
See: https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables
I’m using a PowerShell runner but should make no difference
Gitea Version
1.20.0+rc0
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
Runs from Docker
Database
None
The text was updated successfully, but these errors were encountered: