Skip to content

Commit 9fbfc62

Browse files
committed
tiny change
1 parent 3f10992 commit 9fbfc62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-report-basic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
createPullRequest:
1111
runs-on: windows-2019
1212
env:
13-
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
13+
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} # done in the background.
1414
# Load repo and install R
1515
steps:
1616
- uses: actions/checkout@v4 # takes a clone of the repository onto the VM

0 commit comments

Comments
 (0)