Remove github.ref_name
from the nightly workflow (#4032)
This commit is contained in:
parent
63a7caf40e
commit
8b211c90f1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
|
@ -2,7 +2,7 @@
|
|||
|
||||
name: Nightly release
|
||||
|
||||
run-name: "Nightly release '${{ inputs.git-ref || github.ref_name }}' (publish: ${{ inputs.publish || github.event_name == 'schedule' }})"
|
||||
run-name: "Nightly release '${{ inputs.git-ref }}' (publish: ${{ inputs.publish || github.event_name == 'schedule' }})"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
@ -34,6 +34,6 @@ jobs:
|
|||
with:
|
||||
environment: nightly
|
||||
extra-features: storage-surrealkv
|
||||
git-ref: ${{ inputs.git-ref || github.ref_name }}
|
||||
git-ref: ${{ inputs.git-ref }}
|
||||
publish: ${{ inputs.publish || github.event_name == 'schedule' }}
|
||||
secrets: inherit
|
||||
|
|
Loading…
Reference in a new issue