Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
update-libraries:
name: Update Libraries

if: false # TODO: Enable

Check failure on line 13 in .github/workflows/maintenance.yml

View workflow job for this annotation

GitHub Actions / Lint

constant expression "false" in condition. remove the if: section

Check failure on line 13 in .github/workflows/maintenance.yml

View workflow job for this annotation

GitHub Actions / Lint

constant expression "false" in condition. remove the if: section

runs-on: ubuntu-slim
defaults:
Expand All @@ -34,7 +34,7 @@
wget https://raw.githubusercontent.com/lunarmodules/lua-compat-5.3/master/c-api/compat-5.3.c -O lib/compat-5.3/compat-5.3.c

- name: Create pull request
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
with:
commit-message: 'chore(lib): update libraries'
signoff: true
Expand Down
Loading