Skip to content
Snippets Groups Projects
Commit ad5d4607 authored by Griefed's avatar Griefed :joystick:
Browse files

build: Fetch act install-script via permalink to act main-branch

parent 282c3ee4
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ RUN \ ...@@ -76,7 +76,7 @@ RUN \
npm install -g \ npm install -g \
@quasar/cli && \ @quasar/cli && \
echo "**** Installing act ****" && \ echo "**** Installing act ****" && \
curl https://raw.githubusercontent.com/nektos/act/b23bbefc365012886192e477a88d38a0909ecba1/install.sh | bash && \ curl https://github.com/nektos/act/blob/852959e1e14bf5cd9c0284d15ca899bef68ff4af/install.sh | bash && \
echo "**** Cleanup ****" && \ echo "**** Cleanup ****" && \
rm -rf \ rm -rf \
/var/cache/apk/* \ /var/cache/apk/* \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment