Skip to content

Commit

Permalink
maybe some error within github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Taepper committed Nov 14, 2024
1 parent d570449 commit 2e8a1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
env:
PR_NUMBER: ${{ github.event.number }}
container:
image: "${{ env.DOCKER_DEPENDENCY_IMAGE_NAME }}:commit-${{ github.sha }}"
image: ${{ env.DOCKER_DEPENDENCY_IMAGE_NAME }}:commit-${{ github.sha }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 2e8a1e2

Please sign in to comment.