Skip to content

Commit

Permalink
Finish Inquisitorial Agents
Browse files Browse the repository at this point in the history
  • Loading branch information
mal20k committed Nov 26, 2024
1 parent e12776c commit 0691a22
Show file tree
Hide file tree
Showing 4 changed files with 4,133 additions and 2,182 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ReleaseIssue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ jobs:
steps:

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

# Get current month for issue title
- name: get-date
id: date
run: echo "date=$(date +'%B %Y')" >> $GITHUB_OUTPUT

# Create, pin, label, and assign release issue
- name: create-issue
- name: extract-template
id: extract
uses: imjohnbo/extract-issue-template-fields@v1
with:
Expand All @@ -33,5 +33,6 @@ jobs:
pinned: true
close-previous: true
title: "RELEASE THREAD: ${{ steps.date.outputs.date }}"
body: ${{ steps.extract.output.body }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion 2024 - Imperial Navy Breachers.cat
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@
</profile>
</profiles>
<entryLinks>
<entryLink targetId="816f-d700-2068-2271" id="0145-2a6b-5d67-e0b3" type="selectionEntry" name="-" hidden="true"/>
<entryLink import="true" name="-" hidden="false" id="f359-0183-bbfb-740a" targetId="816f-d700-2068-2271" type="selectionEntry"/>
</entryLinks>
</selectionEntry>
<selectionEntry type="model" import="true" name="Navis Axejack" hidden="false" id="c683-9c9e-4f75-4a53">
Expand Down
Loading

0 comments on commit 0691a22

Please sign in to comment.