Skip to content

Commit

Permalink
Fixed error in GitHubCR action
Browse files Browse the repository at this point in the history
  • Loading branch information
HenningBertsch committed Oct 5, 2021
1 parent 0cef269 commit b2a5661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pushGitHubCR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
steps:git
steps:
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit b2a5661

Please sign in to comment.