Skip to content

Commit

Permalink
Update parse_issue.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
daniyalj authored Nov 27, 2019
1 parent e17505a commit e4a9512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parse_issue.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ git config --global user.name "$GITHUB_ACTOR"
#cd $INPUT_REPO_NAME
git add .
git commit -m "Add latest_issue"
git push https://$INPUT_ORG_NAME:$GITHUB_TOKEN@github.com/$INPUT_ORG_NAME/$INPUT_REPO_NAME.git
git push https://$INPUT_ORG_NAME:$GITHUB_TOKEN@github.com/$INPUT_ORG_NAME/$INPUT_REPO_NAME.git HEAD:master
#cd ..

0 comments on commit e4a9512

Please sign in to comment.