Skip to content

Commit

Permalink
remove superfluous quote (")
Browse files Browse the repository at this point in the history
  • Loading branch information
Taepper committed Jan 6, 2025
1 parent 503d7eb commit 6aef09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
env:
PR_NUMBER: ${{ github.event.number }}
container:
image: ghcr.io/genspectrum/lapis-silo-dependencies:commit-${{ github.event.pull_request.head.sha }}"
image: ghcr.io/genspectrum/lapis-silo-dependencies:commit-${{ github.event.pull_request.head.sha }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 6aef09f

Please sign in to comment.