Skip to content

Commit

Permalink
Fixeroo
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Mar 14, 2024
1 parent 2f9d220 commit be3deec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ jobs:

- name: Format database identifier
run: |
echo "db_id=${REPO//-/_}" >> "$GITHUB_OUTPUT"
DB=${{ matrix.database }}
echo "db_id=${DB//:/-}"
echo "db_id=${DB//:/-}" >> "$GITHUB_OUTPUT"
id: format_db_id

- name: Upload coverage data
Expand Down

0 comments on commit be3deec

Please sign in to comment.