Skip to content

Commit

Permalink
run manual diff
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Jun 11, 2024
1 parent 7911fd3 commit 3936480
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/genai-commander.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,15 @@ jobs:
const { owner, repo, number } = context.issue;
const pr = await github.pulls.get({ owner, repo, pull_number: number, });
return pr.data.head.sha
- uses: actions/checkout@v4
with:
ref: main
- uses: actions/checkout@v4
with:
ref: ${{ steps.sha.outputs.result }}
- name: checkout
uses: actions/checkout@v4
- run: git diff ${{ steps.sha.outputs.result }}
- uses: actions/setup-node@v4
with:
node-version: "20"
cache: yarn
- run: yarn install --frozen-lockfile
- name: install dependencies
run: yarn install --frozen-lockfile
- name: compile
run: yarn compile
- name: genaiscript pr-describe
Expand Down

0 comments on commit 3936480

Please sign in to comment.