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.
1 parent 2fceb94 commit adff533Copy full SHA for adff533
.github/workflows/job-static-check.yml
@@ -18,22 +18,6 @@ jobs:
18
with:
19
myToken: ${{ secrets.GITHUB_TOKEN }}
20
21
- - name: Checkout Buildscripts
22
- uses: actions/checkout@v3
23
- with:
24
- repository: cfengine/buildscripts
25
- submodules: recursive
26
- path: buildscripts
27
- ref: ${{steps.together.outputs.buildscripts || github.base_ref || github.ref}}
28
-
29
- - name: Checkout Masterfiles
30
31
32
- repository: cfengine/masterfiles
33
34
- path: masterfiles
35
- ref: ${{steps.together.outputs.masterfiles || github.base_ref || github.ref}}
36
37
- name: Prepare Environment
38
run: |
39
sudo apt-get update && \
0 commit comments