Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/gh-action-sdk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2022-09-14 14:13:05 +0300
committerPetr Štetiar <ynezz@true.cz>2022-09-28 11:27:00 +0300
commit4b9576267fe65f59b947526a51e1b34098af9d60 (patch)
tree0e6e2851297f42f5896aa719132543333878d8b9
parent858314f31096ed3148577de5d050f38a19c31195 (diff)
Update README.md.
* fixes gh error: Unable to resolve action `openwrt/gh-action-sdk@composite`, unable to find version `composite` Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0496647..ecfbf57 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ jobs:
fetch-depth: 0
- name: Build
- uses: openwrt/gh-action-sdk@composite
+ uses: openwrt/gh-action-sdk@master
env:
ARCH: ${{ matrix.arch }}