Skip to content

Commit

Permalink
Update export workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Meorawr committed Aug 24, 2023
1 parent 2c140dc commit ff5491e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Remove old files
run: |
shopt -s extglob
rm -r !(*.git*|*.sublime-*|*.md)
- name: Install Lua
uses: leafo/gh-actions-lua@v8.0.0
uses: leafo/gh-actions-lua@v10.0.0
with:
luaVersion: "5.2"

- name: Checkout InterfaceExport
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: Gethe/InterfaceExport
path: InterfaceExport
Expand All @@ -40,8 +40,9 @@ jobs:
path: "version.txt"

- name: Add & Commit
uses: EndBug/add-and-commit@v4
uses: EndBug/add-and-commit@latest
with:
message: ${{ steps.version.outputs.contents }}
default_author: github_actions
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ff5491e

Please sign in to comment.