mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 15:14:41 +00:00
Add checkout code action to make DH readme updates possible
This commit is contained in:
parent
e5efb86bd2
commit
46891d6be2
1 changed files with 5 additions and 0 deletions
5
.github/workflows/docker-publish-master.yml
vendored
5
.github/workflows/docker-publish-master.yml
vendored
|
@ -13,6 +13,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
|
||||
|
|
Loading…
Reference in a new issue