Skip to content

Commit

Permalink
ci(sdk test): Fix sdk tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Nov 1, 2024
1 parent d0de6c7 commit a7c1f73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sdk-chain-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ jobs:
id: prepare-lapi-client
run: |
if [ "${{ github.event_name }}" == "push" ] || [ "${{ github.event_name }}" == "pull_request" ]; then
echo 'branch=main' >> $GITHUB_OUTPUT
echo 'branch=${{ github.ref_name }}' >> $GITHUB_OUTPUT
else
echo "branch=${{ github.ref_name }}" >> $GITHUB_OUTPUT
echo "branch=${{ env.LAPI_CLIENT_BRANCH }}" >> $GITHUB_OUTPUT
fi
- name: Prepare Remediation Engine data
Expand Down

0 comments on commit a7c1f73

Please sign in to comment.