Just reorder the checkout
This commit is contained in:
parent
0950f22cc0
commit
d7f8c1ee9d
7
.github/actions/setup/directories/action.yml
vendored
7
.github/actions/setup/directories/action.yml
vendored
@ -36,12 +36,6 @@ inputs:
|
|||||||
description: >-
|
description: >-
|
||||||
If set to true, creates dummy files in build dir.
|
If set to true, creates dummy files in build dir.
|
||||||
|
|
||||||
token:
|
|
||||||
required: false
|
|
||||||
default: ''
|
|
||||||
description: >-
|
|
||||||
A GitHub token to checkout the repository
|
|
||||||
|
|
||||||
outputs: {} # nothing?
|
outputs: {} # nothing?
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
@ -76,7 +70,6 @@ runs:
|
|||||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
||||||
with:
|
with:
|
||||||
path: ${{ inputs.srcdir }}
|
path: ${{ inputs.srcdir }}
|
||||||
token: ${{ inputs.token }}
|
|
||||||
|
|
||||||
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
|
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
|
||||||
with:
|
with:
|
||||||
|
7
.github/workflows/check_misc.yml
vendored
7
.github/workflows/check_misc.yml
vendored
@ -16,13 +16,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.MATZBOT_GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
- uses: ./.github/actions/setup/directories
|
- uses: ./.github/actions/setup/directories
|
||||||
with:
|
with:
|
||||||
makeup: true
|
makeup: true
|
||||||
|
|
||||||
|
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
|
||||||
|
with:
|
||||||
token: ${{ secrets.MATZBOT_GITHUB_TOKEN }}
|
token: ${{ secrets.MATZBOT_GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Check if C-sources are US-ASCII
|
- name: Check if C-sources are US-ASCII
|
||||||
|
Loading…
x
Reference in New Issue
Block a user