Skip to content

Commit

Permalink
Merge pull request #119 from davidmunoznovoa/new_horus_heresy_adeptus…
Browse files Browse the repository at this point in the history
…_astartes

[WIP] Adeptus Astartes upgrade from "Horus Heresy - Rulebook"
  • Loading branch information
evanh authored Jan 6, 2025
2 parents 72eb9ca + fa901d2 commit 93888c0
Show file tree
Hide file tree
Showing 5 changed files with 614 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ReleaseIssue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

# Repo code checkout required if `template` is used
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

# Get current month for issue title
- name: get-date
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chatops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
if: startsWith(github.event.comment.body, '/')
steps:
- name: Checkout ChatOps repo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: BSData/chatops
path: chatops
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: BSData/check-datafiles@v1
id: check

- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: artifact
path: ${{ steps.check.outputs.staging-path }}
2 changes: 1 addition & 1 deletion .github/workflows/publish-catpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: BSData/publish-catpkg@v1
Loading

0 comments on commit 93888c0

Please sign in to comment.