1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

more generic ci config json name

This commit is contained in:
Ross McFarland
2023-10-07 09:34:46 -07:00
parent 32c0b268c1
commit 9bd76c8116
3 changed files with 2 additions and 2 deletions

View File

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

View File

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