We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b8df5c commit 3599727Copy full SHA for 3599727
.github/workflows/push_to_registry.yaml
@@ -32,6 +32,8 @@ jobs:
32
steps:
33
- name: Check out the repo
34
uses: actions/checkout@v3
35
+ with:
36
+ fetch-depth: 2
37
38
- name: List modified files
39
run: echo "FILES_MODIFIED=\"$( git diff --name-only HEAD HEAD^ )\"" >> $GITHUB_ENV
0 commit comments