Skip to content

Commit

Permalink
Fix update-formula.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeadie authored Sep 24, 2024
1 parent 81a49ce commit 83b0d03
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/update-formula.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -38,4 +36,4 @@ jobs:
echo "No changes detected"
fi
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 83b0d03

Please sign in to comment.