We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f10992 commit 9fbfc62Copy full SHA for 9fbfc62
.github/workflows/auto-report-basic.yaml
@@ -10,7 +10,7 @@ jobs:
10
createPullRequest:
11
runs-on: windows-2019
12
env:
13
- GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} # done in the background.
14
# Load repo and install R
15
steps:
16
- uses: actions/checkout@v4 # takes a clone of the repository onto the VM
0 commit comments