Skip to content

Commit

Permalink
Testing assistant workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcr01 committed Aug 27, 2024
1 parent f3ee77b commit 9de5d85
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/Test_installation_assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
esac
echo "${{ env.COMPOSITE_NAME }}"
COMPOSITE_NAME="${COMPOSITE_NAME/SUBNAME/$SUBNAME }"
echo $COMPOSITE_NAME
echo "COMPOSITE_NAME=$COMPOSITE_NAME" >> $GITHUB_ENV
echo "${{ env.COMPOSITE_NAME }}"
Expand All @@ -119,8 +120,8 @@ jobs:
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.AWS_IAM_ROLE }}
role-session-name: $SESSION_NAME
aws-region: $REGION
role-session-name: "${{ env.SESSION_NAME }}"
aws-region: "${{ env.REGION }}"

- name: Checkout wazuh/wazuh-automation repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 9de5d85

Please sign in to comment.