Skip to content

Commit

Permalink
exit early - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Jul 29, 2024
1 parent d18119c commit c88fa2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ runs:
git push
echo $mgs
echo "IS_GIT_BEHIND=true" >> $GITHUB_ENV
exit 0
else
echo " "
echo "WIPACrepo/wipac-dev-py-setup-action no longer supports 'setup.cfg'"
Expand All @@ -119,6 +118,7 @@ runs:
echo " then delete 'setup.cfg'. If there is no non-autogenerated"
echo " configuration, simply delete 'setup.cfg'."
echo " 3. Re-run this action!"
exit 1
fi
fi
shell: bash
Expand Down

0 comments on commit c88fa2c

Please sign in to comment.