Skip to content

Commit

Permalink
Update GitHub Actions and README for using fix from master
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Nov 11, 2021
1 parent e84ecf0 commit 92d152b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
path: metafacture-fix
repository: metafacture/metafacture-fix
ref: 35-metafix
ref: master
- name: Install metafacture-fix
run: |
cd metafacture-fix
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
path: metafacture-fix
repository: metafacture/metafacture-fix
ref: 35-metafix
ref: master
- name: Install metafacture-fix
run: |
cd metafacture-fix
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This project depends on [metafacture-fix](https://github.com/metafacture/metafac

Clone and install metafacture-fix:
```bash
$ git clone https://github.com/metafacture/metafacture-fix.git -b 35-metafix
$ git clone https://github.com/metafacture/metafacture-fix.git
$ cd metafacture-fix
```

Expand Down

0 comments on commit 92d152b

Please sign in to comment.