Skip to content

Commit

Permalink
forgot to checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
thepwagner committed Dec 18, 2023
1 parent 8638ee7 commit 76f6810
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/golang-release.yaml
Expand Up @@ -18,6 +18,10 @@ jobs:
contents: read
packages: write
steps:
- name: "🌎 Fetching code"
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false
- name: "🐳 Logging in to Docker Registry"
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
if: ${{inputs.docker}}
Expand Down

0 comments on commit 76f6810

Please sign in to comment.