Skip to content

Commit

Permalink
moderate typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Feb 7, 2023
1 parent d73fe8a commit 29bcc48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generic-build-and-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- "lib/commonmarker/version.rb"

env:
CACHE_KEY_PREFIX: "cruby-v1-"
CACHE_KEY_PREFIX: "ruby-v1-"

# "3.1, 3.2" # SUPPORTED_RUBY_VERSIONS
# ["3.1", "3.2"] # SUPPORTED_RUBY_MATRIX
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:

- uses: actions/upload-artifact@v3
with:
name: $CACHE_KEY_PREFIX-generic-gem
name: ${{ env.CACHE_KEY_PREFIX }}-generic-gem
path: gems
retention-days: 1

Expand All @@ -57,7 +57,7 @@ jobs:

- uses: actions/download-artifact@v3
with:
name: $CACHE_KEY_PREFIX-generic-gem
name: ${{ env.CACHE_KEY_PREFIX }}-generic-gem
path: gems
- run: ./script/test-gem-install gems

Expand Down

0 comments on commit 29bcc48

Please sign in to comment.