Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
suslovsergey authored Sep 10, 2021
1 parent 78437f9 commit ff0d176
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ description: "Import private GPG key"
runs:
using: "composite"
steps:
- id: set-default-cache-ttl
run: |
gpg-agent --daemon --default-cache-ttl 7200
shell: bash
name: set default cache ttl
# - id: set-default-cache-ttl
# run: |
# gpg-agent --daemon --default-cache-ttl 7200
# shell: bash
# name: set default cache ttl
- run: |
#
echo -e "${{ env.GPG_PRIVATE_KEY }}" | gpg --import --batch --no-tty
Expand Down

0 comments on commit ff0d176

Please sign in to comment.