Skip to content

Commit

Permalink
Update prr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartManoj committed Jul 19, 2024
1 parent f2d4807 commit 99793bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
cat << EOF > ~/.config/prr/config.toml
[prr]
token = "${{ github.token }}"
workdir = "$GITHUB_WORKSPACE"
workdir = "/home/runner/work"
EOF
- name: Checkout Repository
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Download Diff
run: |
prr get $PRR_FILE_NAME
mv $PRR_FILE_NAME.prr $GITHUB_WORKSPACE
mv /home/runner/work/$PRR_FILE_NAME.prr $GITHUB_WORKSPACE
- name: Write Task File
run: |
Expand Down Expand Up @@ -114,5 +114,5 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
mv -f ${{ github.event.pull_request.number }}.prr $PRR_FILE_NAME.prr
mv -f ${{ github.event.pull_request.number }}.prr /home/runner/work/$PRR_FILE_NAME.prr
prr submit $PRR_FILE_NAME

0 comments on commit 99793bc

Please sign in to comment.