This repository has been archived by the owner on Aug 19, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9401032
commit 8192d2a
Showing
3 changed files
with
82 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,28 @@ | ||
name: Manuealy Bump Homebrew formula | ||
name: Manual Update on Homebrew formula | ||
|
||
|
||
on: | ||
workflow_dispatch: | ||
inputs: | ||
tag-name: | ||
description: 'The git tag name to bump the formula to' | ||
required: true | ||
|
||
jobs: | ||
homebrew: | ||
name: Bump Homebrew formula | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: mislav/bump-homebrew-formula-action@v2 | ||
with: | ||
formula-name: awselect | ||
tag-name: ${{ github.event.inputs.tag-name }} | ||
download-url: https://github.com/mariogarridopt/homebrew-awsume-fzf/archive/refs/tags/${{ github.event.inputs.tag-name }}.tar.gz | ||
env: | ||
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }} | ||
workflow_dispatch: | ||
inputs: | ||
tag-name: | ||
description: 'The git tag name to bump the formula to' | ||
required: true | ||
|
||
jobs: | ||
homebrew: | ||
name: Bump Homebrew formula | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: mislav/bump-homebrew-formula-action@v2 | ||
with: | ||
formula-name: awselect | ||
formula-path: awselect.rb | ||
homebrew-tap: mariogarridopt/awsume-fzf | ||
tag-name: ${{ github.event.inputs.tag-name }} | ||
download-url: https://github.com/mariogarridopt/homebrew-awsume-fzf/archive/refs/tags/${{ github.event.inputs.tag-name }}.tar.gz | ||
commit-message: | | ||
{{formulaName}} {{version}} | ||
Update Formula Version | ||
env: | ||
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
### macOS ### | ||
# General | ||
.DS_Store | ||
.AppleDouble | ||
.LSOverride | ||
|
||
# Icon must end with two \r | ||
Icon | ||
|
||
|
||
# Thumbnails | ||
._* | ||
|
||
# Files that might appear in the root of a volume | ||
.DocumentRevisions-V100 | ||
.fseventsd | ||
.Spotlight-V100 | ||
.TemporaryItems | ||
.Trashes | ||
.VolumeIcon.icns | ||
.com.apple.timemachine.donotpresent | ||
|
||
# Directories potentially created on remote AFP share | ||
.AppleDB | ||
.AppleDesktop | ||
Network Trash Folder | ||
Temporary Items | ||
.apdisk | ||
|
||
### macOS Patch ### | ||
# iCloud generated files | ||
*.icloud |