mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +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 }}
|
||||
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- id: get_environment
|
||||
run: |
|
||||
if [[ -z "$GITHUB_HEAD_REF" ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user