Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Jul 13, 2024
1 parent 9d23a59 commit 5a13acb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ runs:
run: 'node ${{github.action_path}}/dist/index.js'
id: 'insta-integration'
env:
CONFIGURATION_FILE: '${{ github.workspace }}/${{ inputs.configuration_file }}'
INSTA_INFRA_FOLDER: '${{ github.workspace }}/${{ inputs.insta_infra_folder }}'
CONFIGURATION_FILE:
'${{ github.workspace }}/${{ inputs.configuration_file }}'
INSTA_INFRA_FOLDER:
'${{ github.workspace }}/${{ inputs.insta_infra_folder }}'
BASE_FOLDER: '${{ github.workspace }}'
DATA_CATERER_VERSION: '${{ inputs.data_caterer_version }}'

0 comments on commit 5a13acb

Please sign in to comment.