Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #59 from tkbstudios/dev
Browse files Browse the repository at this point in the history
bruh
  • Loading branch information
alessiodam authored Feb 24, 2024
2 parents 67c5fab + 8b68660 commit b85b569
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/master-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Fetch submodules
run: git submodule update --init --recursive

- name: Checkout code
uses: actions/checkout@main

- name: Fetch submodules
run: git submodule update --init --recursive

- name: Get repository information
uses: actions/github-script@v6
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Fetch submodules
run: git submodule update --init --recursive

- name: Checkout code
uses: actions/checkout@main

- name: Fetch submodules
run: git submodule update --init --recursive

- name: Get repository information
uses: actions/github-script@v6
with:
Expand Down

0 comments on commit b85b569

Please sign in to comment.