Skip to content

Commit

Permalink
Fix typo in checkout setup in cloudsmith synchronized workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Aug 9, 2023
1 parent 99d2dec commit 0ef0f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cloudsmith-package-sychronised.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Build latest GNU Docker image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3S
- uses: actions/checkout@v3
- name: Docker login
run: "docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD"
env:
Expand Down

0 comments on commit 0ef0f58

Please sign in to comment.