Skip to content

Commit

Permalink
Fix schedule workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Sep 29, 2023
1 parent 8c49174 commit 774b621
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,13 @@ runs:
LOCK_FILE="$GITHUB_WORKSPACE/${{ inputs.component-path}}/.terraform.lock.hcl"
if [[ "${{ inputs.drift-detection-mode-enabled }}" == "true" ]]; then
TEMPLATE_FILE="${{ github.action_path }}/config/github_issue_description.yaml"
TEMPLATE_FILE="${{ github.action_path }}config/github_issue_description.yaml"
SUMMARY_FILE="$GITHUB_WORKSPACE/metadata/issue-description-${COMPONENT_SLUG}.md"
else
TEMPLATE_FILE="${{ github.action_path }}/config/atmos_github_summary.yaml"
TEMPLATE_FILE="${{ github.action_path }}config/atmos_github_summary.yaml"
SUMMARY_FILE="$GITHUB_WORKSPACE/metadata/step-summary-${COMPONENT_SLUG}.md"
fi
echo "stack_name=${STACK_NAME}" >> $GITHUB_OUTPUT
echo "component_name=${COMPONENT_NAME}" >> $GITHUB_OUTPUT
echo "component_slug=${COMPONENT_SLUG}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 774b621

Please sign in to comment.