Skip to content

Commit

Permalink
debug iss
Browse files Browse the repository at this point in the history
  • Loading branch information
elchead committed Nov 16, 2023
1 parent 13dbb8b commit 0293b9e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/actions/gh_create_issue/create_issue.sh
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@ function setFields() {
function main() {
inputFile="$(realpath "${1}")"

workdir=$(mktemp -d)
pushd "${workdir}" > /dev/null
trap 'debug "not cleaning up, working directory at: ${workdir}"' ERR
#workdir=$(mktemp -d)
#pushd "${workdir}" > /dev/null
#trap 'debug "not cleaning up, working directory at: ${workdir}"' ERR

issueURL=$(createIssue)
echo "${issueURL}"
Expand All @@ -241,8 +241,8 @@ function main() {

setFields "${projectID}" "${issueItemID}"

popd > /dev/null
rm -rf "${workdir}"
#popd > /dev/null
#rm -rf "${workdir}"
}

main "${@}"

0 comments on commit 0293b9e

Please sign in to comment.