fixed autotagger workflow file
This commit is contained in:
parent
0381749572
commit
f1eb535efb
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@ on:
|
|||
- 'master'
|
||||
|
||||
jobs:
|
||||
runs-on: ubuntu-latest
|
||||
Autotagger:
|
||||
runs-on: docker
|
||||
container: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
|
Reference in a new issue