Skip to content

Commit

Permalink
fix: select a name
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Dec 21, 2023
1 parent d2dfc82 commit 0e08a11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ env:
substituters = https://cache.nixos.org/ https://nix-community.cachix.org
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
keep-outputs = true
git_pull: git pull --rebase origin ${{ github.ref_name }}
# https://stackoverflow.com/a/71158878
git_pull: git pull --rebase origin ${{ github.head_ref || github.ref_name }}

jobs:
# Check if the action code changed
Expand Down

0 comments on commit 0e08a11

Please sign in to comment.