Skip to content

Commit

Permalink
Remove use of external Lua library repo
Browse files Browse the repository at this point in the history
  • Loading branch information
rhys-vdw committed Dec 25, 2024
1 parent 8b1f838 commit 1333298
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions .github/workflows/generate-lua-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,4 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v5
with:
repository: ./recoil
commit_message: Update LuaLS library

- name: Check out library repo
uses: actions/checkout@v4
with:
repository: rhys-vdw/recoil-lua-library
token: ${{ secrets.RECOIL_LUA_LIBRARY_GITHUB_TOKEN }}
path: library

- name: Copy changes into library repo
run: |
rm -rf library/library
cp -r recoil/rts/Lua/library library
# Always try to update library repo (even if generation did not make changes).
# Hand-written files may have changed without generated output changing,
# and library may simply be out of date for whatever reason.
- name: Commit and push library repo
uses: stefanzweifel/git-auto-commit-action@v5
with:
repository: ./library
commit_message: |
Update library
Generated from https://github.com/${{ github.repository }}/commit/${{ github.sha }}
commit_message: Update LuaLS library

0 comments on commit 1333298

Please sign in to comment.