We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd01186 + f5c5b7f commit 95aea29Copy full SHA for 95aea29
action.yml
@@ -0,0 +1,12 @@
1
+name: "Setup awesome-ci tooling"
2
+description: "Setup awesome-ci as a CI tool in the latest stable version"
3
+runs:
4
+ using: "composite"
5
+ steps:
6
+ - name: Get Build infos
7
+ shell: bash
8
+ run: |
9
+ wget $DL_URL -O awesome-ci
10
+ echo "PATH=$PATH:$(pwd)/awesome-ci" >> $GITHUB_ENV
11
+ env:
12
+ DL_URL: https://github.com/eksrvb/awesome-ci/releases/latest/download/awesome-ci
0 commit comments