Skip to content

Commit

Permalink
Merge pull request #63 from larslemos/dev-namibia
Browse files Browse the repository at this point in the history
Updated typo for ssh folder
  • Loading branch information
larslemos authored Aug 28, 2023
2 parents bb3dcc6 + 3894649 commit aefcd5e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ohri-namibia-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ env:
IMAGE_NAME: ${{ github.repository }}

jobs:
ssh_test:

build:
runs-on: ubuntu-latest
if: github.event.pull_request.merged
Expand Down Expand Up @@ -151,9 +153,9 @@ jobs:

- name: Copy files to /home/runner/
run: |
ls -la -t
cp -r $GITHUB_WORKSPACE/.github/.ssh/ /home/runner/
ls -la -t $GITHUB_WORKSPACE/
ls -la -t $GITHUB_WORKSPACE/.github
cp -r $GITHUB_WORKSPACE/.github/ssh/ /home/runner/
ls -la -t $GITHUB_WORKSPACE/.github/ssh/
- name: List contents of /home/runner/
run: ls -la /home/runner/
Expand Down

0 comments on commit aefcd5e

Please sign in to comment.