Skip to content

Commit

Permalink
[vault-unseal] Fix substitution variable
Browse files Browse the repository at this point in the history
Signed-off-by: babykart <[email protected]>
  • Loading branch information
babykart committed Dec 17, 2024
1 parent dffe36b commit 21b592c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Configure git
run: |
git config user.name "${GITHUB_ACTOR}"
git config user.email "${}GITHUB_ACTOR}@users.noreply.github.com"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- name: Install helm
uses: azure/setup-helm@v4
Expand Down

0 comments on commit 21b592c

Please sign in to comment.