Skip to content

Commit

Permalink
Change step name
Browse files Browse the repository at this point in the history
  • Loading branch information
Enaraque committed Feb 3, 2025
1 parent ac27731 commit 3e2292a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder_installation_assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
echo "WAZUH_VERSION=$WAZUH_VERSION" >> $GITHUB_ENV
echo "COMMIT_SHORT_SHA=$COMMIT_SHORT_SHA" >> $GITHUB_ENV
- name: Fill last_stage variable with "${{ env.LAST_STAGE }}" in wazuh-install.sh
- name: Fill last_stage variable in wazuh-install.sh
if: ${{ inputs.add_last_stage == true }}
run: |
sed -i "s|last_stage=\"\"|last_stage=\"${{ env.LAST_STAGE }}\"|g" ${{ github.workspace }}/install_functions/installVariables.sh
Expand Down

0 comments on commit 3e2292a

Please sign in to comment.