commit b358d6c14166b0be0c20fe88fa69e6aeedfbcc55
parent 7c0a9be5b80d527818456486f574bb194181ce4f
Author: Andreas Gruhler <agruhl@gmx.ch>
Date: Sat, 10 Jul 2021 00:05:23 +0200
Expected format {org}/{repo}[/path]@ref
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/c.yml b/.github/workflows/c.yml
@@ -13,7 +13,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v2
- name: make install
- uses: c/make-install
+ uses: in0rdr/diary/c/make-install@master
linux:
runs-on: ${{ matrix.os }}
@@ -26,4 +26,4 @@ jobs:
- name: Check out repository
uses: actions/checkout@v2
- name: make install
- uses: c/make-install
+ uses: in0rdr/diary/c/make-install@master