Update 'filters.sh'
This commit is contained in:
parent
5a00c9f597
commit
3060f05896
@ -7,16 +7,17 @@ mkdir /reprwiki/$INPUT_DESTINATION_FOLDER/$INPUT_DESTINATION_VERSION
|
||||
pip3 install -r /filters-maker/requirements.txt
|
||||
cd /reprwiki
|
||||
python3 /repros/$INPUT_ACTION_FILE
|
||||
TIMEDATE=`date`
|
||||
git config --local user.name $INPUT_GIT_NAME
|
||||
git config --local user.email $INPUT_GIT_EMAIL
|
||||
git add .
|
||||
git commit -m "Schedule Building : `date`"
|
||||
git commit -m "Schedule Building : $TIMEDATE"
|
||||
git push -u origin $INPUT_REPO_BRANCH
|
||||
cd /repros
|
||||
git config --local user.name $INPUT_GIT_NAME
|
||||
git config --local user.email $INPUT_GIT_EMAIL
|
||||
git add .
|
||||
git commit -m "Schedule Building : `date`"
|
||||
git commit -m "Schedule Building : $TIMEDATE"
|
||||
git push -u origin $INPUT_BRANCH_VERSION
|
||||
if [ -f "/repros/$INPUT_SUB_ACTION_LOCATION" ]; then
|
||||
echo $API_TOKEN_GITHUB > token.txt
|
||||
@ -25,5 +26,6 @@ if [ -f "/repros/$INPUT_SUB_ACTION_LOCATION" ]; then
|
||||
python3 /repros/$INPUT_SUB_ACTION_LOCATION
|
||||
echo "Code Completed!"
|
||||
gh release delete latest -y
|
||||
gh release create latest -F /repros/Resources/Releases.md /gh-releases/*
|
||||
git tag | xargs -L 1 | xargs git push origin --delete
|
||||
gh release create latest -F /repros/Resources/Releases.md /gh-releases/* -t FILTERS IN RELEASES
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user