Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
chintankavathia committed Nov 28, 2024
1 parent 637e4ed commit 2f3cd2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
run: |
BRANCH_NAME=${{ github.head_ref }}
echo "Branch name is: $BRANCH_NAME"
git ls-remote --heads https://github.com/chintankavathia/ngx-datatable-snapshots.git $BRANCH_NAME
REMOTE_BRANCH = git ls-remote --heads https://[email protected]/chintankavathia/ngx-datatable-snapshots.git $BRANCH_NAME
echo "Remote branch lookup result: $REMOTE_BRANCH"
if [ $? -eq 0 ]; then
echo "Branch $BRANCH_NAME exists"
echo "branch=$BRANCH_NAME" >> $GITHUB_ENV
Expand Down

0 comments on commit 2f3cd2e

Please sign in to comment.