Browse Source

more generic ci config json name

pull/1084/head
Ross McFarland 2 years ago
parent
commit
9bd76c8116
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
3 changed files with 2 additions and 2 deletions
  1. +0
    -0
      .ci-config.json
  2. +1
    -1
      .github/workflows/main.yml
  3. +1
    -1
      .github/workflows/modules.yml

.python-versions.json → .ci-config.json View File


+ 1
- 1
.github/workflows/main.yml View File

@ -13,7 +13,7 @@ jobs:
run: |
{
echo 'json<<EOF'
cat ./.python-versions.json
cat ./.ci-config.json
echo EOF
} >> $GITHUB_OUTPUT
ci:


+ 1
- 1
.github/workflows/modules.yml View File

@ -16,7 +16,7 @@ jobs:
run: |
{
echo 'json<<EOF'
cat ./.python-versions.json
cat ./.ci-config.json
echo EOF
} >> $GITHUB_OUTPUT
ci:


Loading…
Cancel
Save