We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104326a commit ac0111dCopy full SHA for ac0111d
.github/workflows/checks.yml
@@ -8,10 +8,10 @@ jobs:
8
resolve-repolinter-json:
9
uses: DSACMS/repo-scaffolder/.github/workflows/extendJSONFile.yml@main
10
with:
11
- url_to_json: 'https://raw.githubusercontent.com/DSACMS/repo-scaffolder/main/tier4/%7B%7Bcookiecutter.project_slug%7D%7D/repolinter.json'
+ url_to_json: 'https://raw.githubusercontent.com/DSACMS/repo-scaffolder/main/tier2/%7B%7Bcookiecutter.project_slug%7D%7D/repolinter.json'
12
13
repolinter-checks:
14
- name: Tier 4 Checks
+ name: Tier 2 Checks
15
needs: resolve-repolinter-json
16
runs-on: ubuntu-latest
17
permissions:
0 commit comments