Github Actions 4 years ago
parent
commit
87e5596394
  1. 4
      .github/workflows/DINAR.yml

4
.github/workflows/DINAR.yml

@ -33,10 +33,10 @@ jobs:
then
echo "DINAR_TOKEN is not set"
exit 1
fi
fi
rebuild-images:
runs-on: ubuntu-latest
needs:
needs:
- check-secret
steps:
- name: Checkout Repo

Loading…
Cancel
Save