mirror of
https://github.com/ApfelTeeSaft/LiveSplitOne.git
synced 2026-08-27 03:33:40 +00:00
Use actions/checkout for pulling submodules
This commit is contained in:
@@ -13,9 +13,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout commit
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Checkout submodules
|
||||
run: git submodule update --init --recursive
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Set CURRENT_TWO_WEEKS for use in cache keys
|
||||
run: echo "::set-env name=CURRENT_TWO_WEEKS::$(($(date +%-V) / 2))"
|
||||
|
||||
Reference in New Issue
Block a user