Skip to content

Commit

Permalink
Set base folder to the repository checkout directory
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Jul 9, 2024
1 parent e513248 commit 7ae5efb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inputs:
default: 'integration-test/insta-infra'
base_folder:
description: 'Folder path to use for execution files.'
default: '/tmp/insta-integration'
default: '/home/runner/work'

# Define your outputs here.
outputs:
Expand Down Expand Up @@ -53,7 +53,7 @@ runs:
env:
CONFIGURATION_FILE: '${{ inputs.configuration_file }}'
INSTA_INFRA_FOLDER: '${{ inputs.insta_infra_folder }}'
BASE_FOLDER: '${{ github.action_path }}'
BASE_FOLDER: '/home/runner/work/${{ github.repository }}'
- name: 'Cache Docker images'
id: 'docker-cache'
uses: 'ScribeMD/[email protected]'
Expand Down

0 comments on commit 7ae5efb

Please sign in to comment.