Skip to content

Commit d47345b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ad041dc commit d47345b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/luarocks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ jobs:
1919
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
2020
with:
2121
version: ${{ github.ref_type == 'tag' && github.ref_name || 'scm' }}
22-
extra_luarocks_args: ${{ github.ref_type != 'tag' && '--force' || '' }}
22+
extra_luarocks_args:
23+
${{ github.ref_type != 'tag' && '--force' || '' }}

0 commit comments

Comments
 (0)