Skip to content

Commit

Permalink
chore: debug why its not posting to pr
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Feb 24, 2024
1 parent 40c2a09 commit eb9547e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ runs:
run: |
cd ../../_actions/ubiquity/cloudflare-deploy-action/main
yarn add tsx -D
yarn tsx src/post-deployment.ts --deployment_output "${{ env.DEPLOYMENT_OUTPUT }}" --repository "${{ inputs.repository }}" --pull_request_number "${{ inputs.pull_request_number }}" --commit_sha "${{ inputs.commit_sha }}"
yarn tsx src/index.ts --deployment_output "${{ env.DEPLOYMENT_OUTPUT }}" --repository "${{ inputs.repository }}" --pull_request_number "${{ inputs.pull_request_number }}" --commit_sha "${{ inputs.commit_sha }}"
1 change: 0 additions & 1 deletion src/get-cli-params.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ function parseArgs(args: string[]): Record<string, string> {
}

export function getCliParams() {
console.trace({ args: process.argv.slice(2) });
const args = process.argv.slice(2);
return parseArgs(args);
}

0 comments on commit eb9547e

Please sign in to comment.