We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b7bff0 + 2757b70 commit dc4b8baCopy full SHA for dc4b8ba
.github/workflows/test.yml
@@ -46,7 +46,7 @@ jobs:
46
# When running nightly, set fetch-depth to 0 to clone the full
47
# repository including all branches. This is required to find the
48
# correct commit hashes.
49
- fetch-depth: ${{ (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && "0" || "1" }}
+ fetch-depth: ${{ (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && '0' || '1' }}
50
- name: Grab the commit mapping
51
if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
52
uses: actions/cache@v5
0 commit comments