checkout build.md

This commit is contained in:
j-hc 2023-10-01 00:18:13 +03:00
parent c2a8c1f8f7
commit abe4f039db
No known key found for this signature in database
GPG Key ID: B69B8F690911EFCC

View File

@ -20,7 +20,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
if ! git checkout update; then
if ! git checkout update build.md; then
echo "first time building!"
echo "SHOULD_BUILD=1" >> $GITHUB_OUTPUT
else