File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
1212 id-token : write
1313 steps :
1414 - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
15- - uses : twilio/sdk-actions/artifactory-oidc@a535706c0a8af4ea01803d3cbac68c8638b114eb
15+ - uses : twilio/sdk-actions/artifactory-oidc@2b747db15b5632bace618884242c85196d517abc
1616 with :
1717 ecosystem : ruby
1818 - name : Verify Bundler mirror is configured
1919 run : |
20- echo "BUNDLE_MIRROR__HTTPS___RUBYGEMS_ORG_=${BUNDLE_MIRROR__HTTPS___RUBYGEMS_ORG_}"
21- echo "${BUNDLE_MIRROR__HTTPS___RUBYGEMS_ORG_}" | grep -q "twilio.jfrog.io" \
20+ env | grep BUNDLE_MIRROR || true
21+ printenv 'BUNDLE_MIRROR__HTTPS://RUBYGEMS__ORG/' | grep -q "twilio.jfrog.io" \
2222 && echo "OK — mirror points to Artifactory" \
2323 || { echo "FAIL — mirror not set"; exit 1; }
2424 - name : Install Ruby and test bundle install
You can’t perform that action at this time.
0 commit comments