Skip to content

Commit

Permalink
ii
Browse files Browse the repository at this point in the history
  • Loading branch information
boborder committed Nov 28, 2024
1 parent 4a3b614 commit 687fbd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# リリースを作成(自動生成されたリリースノート付き)
gh release create "$new_tag" \
--repo="${{ github.repository }}" \
--title="$new_tag" \
--notes="$(date)" \
--latest \
--generate-notes
2 changes: 1 addition & 1 deletion cloud-init/lxd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ config:
- manpages-ja
runcmd:
- curl -fsSL get.chezmoi.io | sudo sh -s -- -b /usr/local/bin
- chezmoi init budybye
- git clone https://github.com/budybye/dotfiles.git ~/dotfiles
devices: {}
name: ubuntu
used_by: []

0 comments on commit 687fbd3

Please sign in to comment.