Skip to content

Commit

Permalink
test sparse checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Haas committed May 7, 2024
1 parent 3b5896b commit 27daf8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/deploy-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ runs:
ssh-key: ${{ inputs.remote-deploytoken }}
sparse-checkout: ${{ inputs.remote-composefile }}
sparse-checkout-cone-mode: false
path: ./deploy-env
- run: echo "Hello there!"
shell: bash
6 changes: 5 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ jobs:
name: testjob
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/deploy-environment
- uses: ./.github/actions/deploy-environment
with:
remote-repository: BenediktHaas96/testing
remote-deploytoken: ${{ secrets.SSH_PRIVKEY }}
remote-composefile: "myfolder/myfile.yml"

0 comments on commit 27daf8e

Please sign in to comment.