avoid shebang in update-private-flake-inputs

This commit is contained in:
Jörg Thalheim
2025-07-07 18:22:59 +02:00
parent 4c13dd38f3
commit 78e4610dd2

View File

@@ -19,7 +19,7 @@ jobs:
cd ../.. cd ../..
# Update the narHash # Update the narHash
./devFlake/update-private-narhash bash ./devFlake/update-private-narhash
- name: Create pull request - name: Create pull request
env: env:
CI_BOT_TOKEN: ${{ secrets.CI_BOT_TOKEN }} CI_BOT_TOKEN: ${{ secrets.CI_BOT_TOKEN }}