Skip to content

Commit

Permalink
Merge pull request #30 from askb/main
Browse files Browse the repository at this point in the history
Fix: Set ACT env for install SSH keys
  • Loading branch information
tykeal authored Apr 10, 2024
2 parents 26b447f + 12ed179 commit 9627b9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ runs:
using: "composite"
steps:
- name: Install SSH Key
if: ${{ !env.ACT }}
uses: shimataro/ssh-key-action@d4fffb50872869abe2d9a9098a6d9c5aa7d16be4 # v2.7.0
with:
key: ${{ inputs.key }}
Expand Down

0 comments on commit 9627b9a

Please sign in to comment.