Skip to content

Commit

Permalink
GitHub Workflow: Be consistent in variable formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
judofyr committed Jul 22, 2022
1 parent f2dfd43 commit a3cd20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
title: "secondary templates"

env:
BUNDLE_WITHOUT: ${{matrix.bundle_without}}
BUNDLE_WITHOUT: ${{ matrix.bundle_without }}
name: Ruby ${{ matrix.ruby }} (${{ matrix.title }})
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a3cd20d

Please sign in to comment.