diff --git a/.github/workflows/update-formula.yml b/.github/workflows/update-formula.yml index 144d5de..7c2acf7 100644 --- a/.github/workflows/update-formula.yml +++ b/.github/workflows/update-formula.yml @@ -17,13 +17,11 @@ jobs: steps: - uses: actions/checkout@v4 - - - name: Generate Acknowledgements + - name: Compute Formula shell: bash - run: ./update-version github.event.inputs.version + run: ./update-version ${github.event.inputs.version} - name: Create PR - if: github.event_name == 'workflow_dispatch' run: | git config --global user.name 'Spice Bot' git config --global user.email 'spice-bot@spice.ai' @@ -38,4 +36,4 @@ jobs: echo "No changes detected" fi env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}