We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b7c0c4 + 92ad647 commit d451c06Copy full SHA for d451c06
action.yml
@@ -47,7 +47,7 @@ runs:
47
ref: ${{ inputs.repository_default_branch }}
48
fetch-depth: 0
49
path: .git-ref-matrix-action
50
- if: ${{ (inputs.disable_refs == 0 || inputs.disable_refs == '0' || inputs.disable_refs == 'false') && inputs.num_latest_tags > 0 }}
+ if: ${{ (!inputs.disable_refs || inputs.disable_refs == 0 || inputs.disable_refs == '0' || inputs.disable_refs == 'false') && inputs.num_latest_tags > 0 }}
51
52
- name: "[SETUP] Build and Export Matrix"
53
id: set-matrix
0 commit comments