check if file is even added
This commit is contained in:
parent
6e7cea42ef
commit
9388366011
3
.github/workflows/flake-update.yml
vendored
3
.github/workflows/flake-update.yml
vendored
@ -36,10 +36,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
wget --content-disposition -nv "$DETERMINATE_URL"
|
wget --content-disposition -nv "$DETERMINATE_URL"
|
||||||
|
|
||||||
git diff --quiet
|
git diff --quiet && git ls-files --error-unmatch "$DETERMINATE_BINARY"
|
||||||
echo "DETERMINATE_BINARY_DIFF=$?" | tee -a "$GITHUB_OUTPUT"
|
echo "DETERMINATE_BINARY_DIFF=$?" | tee -a "$GITHUB_OUTPUT"
|
||||||
env:
|
env:
|
||||||
DETERMINATE_URL: ${{ env.DETERMINATE_URL }}
|
DETERMINATE_URL: ${{ env.DETERMINATE_URL }}
|
||||||
|
DERMINATE_BINARY: ${{ env.DETERMINATE_BINARY }}
|
||||||
commit-data:
|
commit-data:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: download-binary
|
needs: download-binary
|
||||||
|
Loading…
x
Reference in New Issue
Block a user