mirror of
https://github.com/nzp-team/trenchbroom-profile.git
synced 2024-12-04 01:41:20 +00:00
Use container for Action
This commit is contained in:
parent
f813e286f2
commit
83ac646905
1 changed files with 2 additions and 0 deletions
2
.github/workflows/fgd-update.yml
vendored
2
.github/workflows/fgd-update.yml
vendored
|
@ -7,6 +7,8 @@ on:
|
|||
jobs:
|
||||
Do-The-Thing:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: sharkwouter/pspdev
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue