Skip to content

Commit

Permalink
Added gommit.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Apr 10, 2024
1 parent 95d895f commit 4bac18a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_build-and-cache-go-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
run: |
# Shallow clone
git clone "${{ inputs.clone-repository }}" --branch "v${{ inputs.package-version }}" --single-branch
git config --global --add safe.directory "${{ github.workspace }}"
# Decode the contents into files.
echo -n "${GPG_KEY_B64}" | base64 --decode > 3C7658F0.asc
Expand Down

0 comments on commit 4bac18a

Please sign in to comment.