forked from Fijxu/anubis-patches
fix broken action url (not accepted by forgejo runner)
This commit is contained in:
parent
7f10294cb3
commit
b5d10c7248
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
git am ../patches/*.patch
|
||||
|
||||
- name: Set up Homebrew
|
||||
uses: github.com/Homebrew/actions/setup-homebrew@master
|
||||
uses: https://github.com/Homebrew/actions/setup-homebrew@master
|
||||
|
||||
- name: Setup Homebrew cellar cache
|
||||
uses: actions/cache@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue