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 a4de396 commit e7ea681Copy full SHA for e7ea681
.github/workflows/build_gems.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v3
16
# Keep in sync with ci.yml
17
- - uses: actions/setup-ruby@v1
+ - uses: ruby/setup-ruby@v1
18
- name: Manually evict cache entry if applicable
19
if: ${{ runner.os == 'Linux' }}
20
run: ACCESS_TOKEN='${{ secrets.GITHUB_TOKEN }}' python3 .github/workflows/evict.py
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
21
22
23
0 commit comments