Fixed syntax error

This commit is contained in:
Cooldude2606
2020-05-26 16:11:02 +01:00
parent d898f87115
commit 9b01a02763

View File

@@ -23,9 +23,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
with:
fetch-depth: 0
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Lua
uses: leafo/gh-actions-lua@v5