Skip to content

Commit

Permalink
Testing git workflow for testing-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kirdatatjana committed Aug 30, 2024
1 parent 9c16b64 commit 458a956
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/testing-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ jobs:
echo "Documentation for integration tests is out of date. Updating and pushing changes..."
if [ -n "$GITHUB_HEAD_REF" ]; then
branch=$GITHUB_HEAD_REF
echo "Pull request branch name: $branch"
else
branch=${GITHUB_REF#refs/heads/}
echo "Branch name is: ${branch}"
exit 1
echo "Branch name: $branch"
fi
fi

0 comments on commit 458a956

Please sign in to comment.