mirror of
https://github.com/jimeh/homebrew-emacs-builds.git
synced 2026-02-19 06:26:38 +00:00
fix(meta): emsure latest commit is always checked out from main branch
This commit is contained in:
2
.github/workflows/update-casks.yml
vendored
2
.github/workflows/update-casks.yml
vendored
@@ -18,6 +18,7 @@ jobs:
|
||||
- name: Checkout tap repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: main
|
||||
path: tap
|
||||
- name: Symlink homebrew tap
|
||||
run: |
|
||||
@@ -68,6 +69,7 @@ jobs:
|
||||
- name: Checkout tap repository main branch
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: main
|
||||
path: tap
|
||||
- name: Symlink homebrew tap
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user