diff --git a/actions/manifest-build/action.yml b/actions/manifest-build/action.yml index 3bbba481..17269a6e 100644 --- a/actions/manifest-build/action.yml +++ b/actions/manifest-build/action.yml @@ -51,6 +51,7 @@ runs: host: github.com private-key: ${{ inputs.github-token }} - name: Run all builds + shell: bash run: | KEYS=$(nix flake show --json --allow-import-from-derivation | jq -r '.packages | .[] | keys[]' | grep "__" | sort -u) for key in $KEYS; do