diff options
| author | Caleb Cartwright <caleb.cartwright@outlook.com> | 2023-10-22 20:21:44 -0500 |
|---|---|---|
| committer | Caleb Cartwright <caleb.cartwright@outlook.com> | 2023-10-22 20:21:44 -0500 |
| commit | 7650a7542cf5a88f9d4ae6e7683b4978f444d2fe (patch) | |
| tree | 1216c838164a1ceb3ba1532f41513d8faed59879 /src/tools/rustfmt/.github/workflows | |
| parent | 9372999916341733303de236ba8279ccbc64b35b (diff) | |
| parent | 81fe905ca83cffe84322f27ca43950b617861ff7 (diff) | |
Merge commit '81fe905ca83cffe84322f27ca43950b617861ff7' into rustfmt-sync
Diffstat (limited to 'src/tools/rustfmt/.github/workflows')
| -rw-r--r-- | src/tools/rustfmt/.github/workflows/check_diff.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rustfmt/.github/workflows/check_diff.yml b/src/tools/rustfmt/.github/workflows/check_diff.yml index 8bfb5834519..2f2beb76915 100644 --- a/src/tools/rustfmt/.github/workflows/check_diff.yml +++ b/src/tools/rustfmt/.github/workflows/check_diff.yml @@ -30,4 +30,4 @@ jobs: rustup target add x86_64-unknown-linux-gnu - name: check diff - run: bash ${GITHUB_WORKSPACE}/ci/check_diff.sh ${{ github.event.inputs.clone_url }} ${{ github.event.inputs.branch_name }} ${{ github.event.inputs.commit_hash }} ${{ github.event.inputs.rustfmt_configs }} + run: bash ${GITHUB_WORKSPACE}/ci/check_diff.sh ${{ github.event.inputs.clone_url }} ${{ github.event.inputs.branch_name }} ${{ github.event.inputs.commit_hash || github.event.inputs.branch_name }} ${{ github.event.inputs.rustfmt_configs }} |
