Skip to content

Commit

Permalink
test again
Browse files Browse the repository at this point in the history
  • Loading branch information
msm-sardar committed Jun 3, 2023
1 parent a82bbbf commit fb04f39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
echo "github.ref_name = ${{ github.ref_name }} ---"
echo "------------------------------------------"
if (git ls-remote --exit-code --heads https://github.com/SwolfPy-Project/swolfpy-inputdata.git ${{ github.ref_name }}); then
if (git ls-remote --exit-code --heads https://github.com/SwolfPy-Project/swolfpy-inputdata.git ${{ github.ref_name }})
then
echo "Branch ${{ github.ref_name }} exists."
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
else
Expand Down

0 comments on commit fb04f39

Please sign in to comment.