Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Nov 26, 2024
1 parent 1b83485 commit d7d534f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
mkdir -p $SSH_PATH
(base64 -d <<< ${{ secrets.E2E_REPO_PRIVATE_KEY }}) >> $VENOM_VAR_gitRepoPrivateKeyPath
chmod 600 VENOM_VAR_gitRepoPrivateKeyPath
chmod 600 $VENOM_VAR_gitRepoPrivateKeyPath
eval `ssh-agent -s`
ssh-add $VENOM_VAR_gitRepoPrivateKeyPath
- name: Setup Go
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
run: |
mkdir -p $SSH_PATH
(base64 -d <<< ${{ secrets.E2E_REPO_PRIVATE_KEY }}) >> $VENOM_VAR_gitRepoPrivateKeyPath
chmod 600 VENOM_VAR_gitRepoPrivateKeyPath
chmod 600 $VENOM_VAR_gitRepoPrivateKeyPath
eval `ssh-agent -s`
ssh-add $VENOM_VAR_gitRepoPrivateKeyPath
- name: Setup Go
Expand Down

0 comments on commit d7d534f

Please sign in to comment.