Skip to content

Commit 3407723

Browse files
committed
New test
1 parent b02f7cf commit 3407723

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)