We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e3e758 commit 6170188Copy full SHA for 6170188
.github/workflows/format_check.yml
@@ -47,7 +47,7 @@ jobs:
47
libraries/extras/**
48
libraries/ea_malloc/**
49
write_output_files: true
50
- base_sha: ${{ steps.first-commit.outputs.sha if github.event_name == 'workflow_dispatch' else '' }}
+ base_sha: ${{ steps.first-commit.outputs.sha }}
51
52
- name: List changed files
53
if: steps.changed-files.outputs.any_changed == 'true'
0 commit comments