This commit is contained in:
Ray Lyon
2023-01-16 14:10:52 -05:00
committed by GitHub
parent 64e4980647
commit 6ef5739712

View File

@@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Check out MTAPI repo - name: Check out MTAPI repo
if: github.event_name == 'schedule' && ${{ env.SEC_SINCE_UPDATE > 5184000 }} if: ${{ github.event_name == 'schedule' && env.SEC_SINCE_UPDATE > 5184000 }}
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
repository: jonthornton/MTAPI repository: jonthornton/MTAPI