avoid shebang in update-private-flake-inputs

This commit is contained in:
Jörg Thalheim
2025-07-07 18:22:59 +02:00
parent 5f723dc376
commit a686d7523b

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 }}