We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36084c commit df94d37Copy full SHA for df94d37
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Update page to target repo
17
run: |
18
git clone https://x-access-token:${{ secrets.TARGET_REPO_PAT }}@github.com/dansl/dansl.github.io target-repo
19
- cp build/README.md target-repo/pages/linux.md
+ cp README.md target-repo/pages/linux.md
20
21
cd target-repo
22
git config user.email "139961+dansl@users.noreply.github.com"
0 commit comments