Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
swetha1654 committed Dec 10, 2024
1 parent a8ff4ee commit 882a9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
echo "Branch name: ${{ github.ref_name }}"
echo "Head ref: ${{ github.head_ref }}"
echo "BRANCH_NAME=${github.ref_name}" >> $GITHUB_ENV
echo "BRANCH_NAME=${{ github.ref_name }}" >> $GITHUB_ENV
- name: Integration tests variable setting
run: |
Expand Down

0 comments on commit 882a9c4

Please sign in to comment.