Skip to content

Commit

Permalink
refactor(ci): split step
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Mar 10, 2024
1 parent 67dc4ca commit 245bf2e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,12 @@ jobs:
purge-primary-key: never

- name: Configure github-actions bot
if: github.event_name == 'push'
run: |
git config --global user.name github-actions
git config --global user.email github-actions@github.com
${{ env.git_pull }}
- name: Rebase
run: ${{ env.git_pull }}

- name: Install packages & Build the action
run: nix run .#install
Expand Down

0 comments on commit 245bf2e

Please sign in to comment.