Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Fix wrong insertiong
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Mar 18, 2024
1 parent b948411 commit d273eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-flake-lock-and-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
uses: kachick/selfup/.github/workflows/reusable-bump-flake-lock-and-selfup.yml@action-v1
with:
dry-run: ${{ github.event_name == 'pull_request' }}
pr-title: 'Bump flake.lock and related dependencies'
optional-run: |
nix develop --command ruby -e 'puts RUBY_VERSION' > .ruby-version
pr-title: 'Bump flake.lock and related dependencies'
# https://stackoverflow.com/q/34807971
git update-index -q --really-refresh
git diff-index --quiet HEAD || git commit -m 'Update .ruby-version' .ruby-version
Expand Down

0 comments on commit d273eaa

Please sign in to comment.