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 9a57003 commit 75f7e7fCopy full SHA for 75f7e7f
.github/config/nodejs-prod.jsonc renamed to .github/config/nodejs.jsonc
.github/workflows/custard-ci.yaml
@@ -57,9 +57,9 @@ jobs:
57
- name: Find Node.js affected packages
58
id: nodejs
59
run: |
60
- echo "paths=$(./cloud-samples-tools/bin/custard affected .github/config/nodejs-prod.jsonc diffs.txt paths.txt)" >> $GITHUB_OUTPUT
+ echo "paths=$(./cloud-samples-tools/bin/custard affected .github/config/nodejs.jsonc diffs.txt paths.txt)" >> $GITHUB_OUTPUT
61
cat paths.txt
62
- echo "setups=$(./cloud-samples-tools/bin/custard setup-files .github/config/nodejs-prod.jsonc paths.txt)" >> $GITHUB_OUTPUT
+ echo "setups=$(./cloud-samples-tools/bin/custard setup-files .github/config/nodejs.jsonc paths.txt)" >> $GITHUB_OUTPUT
63
64
lint:
65
needs: affected
0 commit comments