Skip to content

Commit

Permalink
fixup! test
Browse files Browse the repository at this point in the history
  • Loading branch information
elchead committed Nov 27, 2023
1 parent 570ea80 commit a217fc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/gh_create_issue/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,5 @@ runs:
cat << EOF | tee inputs.json
${{ toJSON(inputs) }}
EOF
out=$(./.github/actions/gh_create_issue/create_issue.sh inputs.json)
echo "issue-url=${out}" | tee -a "$GITHUB_OUTPUT"

0 comments on commit a217fc5

Please sign in to comment.