mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 23:54:18 +02:00
fix(ci): checkout sources to get version
This commit is contained in:
parent
adc0e3e991
commit
f04174cb34
3
.github/workflows/get-environment.yml
vendored
3
.github/workflows/get-environment.yml
vendored
@ -24,6 +24,9 @@ jobs:
|
|||||||
release: ${{ steps.get_environment.outputs.release }}
|
release: ${{ steps.get_environment.outputs.release }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout sources
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- id: get_environment
|
- id: get_environment
|
||||||
run: |
|
run: |
|
||||||
if [[ -z "$GITHUB_HEAD_REF" ]]; then
|
if [[ -z "$GITHUB_HEAD_REF" ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user