mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Full clone to be able to generate Salt's version from commits
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
17b6ebed24
commit
e0d7c0e7cd
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -50,6 +50,8 @@ jobs:
|
|||
salt-version: ${{ steps.setup-salt-version.outputs.salt-version }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0 # Full clone to also get the tags to get the right salt version
|
||||
- name: Get Changed Files
|
||||
id: changed-files
|
||||
uses: dorny/paths-filter@v2
|
||||
|
|
Loading…
Add table
Reference in a new issue