Skip to content

Commit

Permalink
Update githubactions to image with form
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Mar 31, 2024
1 parent 3f28c4d commit 363735d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
devel:
runs-on: ubuntu-latest
container:
image: apnpucky/ubuntu-python-latexmk
image: apnpucky/ubuntu-python-latexmk-form
steps:
- uses: APN-Pucky/make-python-action@main
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
stable:
runs-on: ubuntu-latest
container:
image: apnpucky/ubuntu-python-latexmk
image: apnpucky/ubuntu-python-latexmk-form
steps:
- uses: APN-Pucky/make-python-action@main
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
unstable:
runs-on: ubuntu-latest
container:
image: apnpucky/ubuntu-python-latexmk
image: apnpucky/ubuntu-python-latexmk-form
steps:
- uses: APN-Pucky/make-python-action@main
with:
Expand Down

0 comments on commit 363735d

Please sign in to comment.