Skip to content

Commit

Permalink
chore: debug for sampling
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Apr 3, 2024
1 parent 4c38c85 commit 598f36a
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 @@ -13,7 +13,7 @@ runs:
steps:
- run: |
yarn --cwd ${{ github.action_path }} --production=true
result=$(yarn --cwd ${{ github.action_path }} start --issue "${{ inputs.issue_url }}" | grep -oP "^{.*}$")
result=$(yarn --cwd ${{ github.action_path }} start --issue "${{ inputs.issue_url }}")
echo "::set-output name=result::$result"
echo "$result"
id: main
Expand Down

0 comments on commit 598f36a

Please sign in to comment.