|
|
@ -39,10 +39,10 @@ jobs:
|
|
|
|
- name: Checkout repository
|
|
|
|
- name: Checkout repository
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
repository: https://gitea.wagshome.duckdns.org/wagshome/rgbboard
|
|
|
|
repository: wagshome/rgbboard
|
|
|
|
ref: master as # or the branch you want to modify
|
|
|
|
ref: master as # or the branch you want to modify
|
|
|
|
token: ${{ secrets.runner_deploy }}
|
|
|
|
token: ${{ secrets.runner_deploy }}
|
|
|
|
path: repo
|
|
|
|
path: rgbboard
|
|
|
|
|
|
|
|
|
|
|
|
- name: Set up Git
|
|
|
|
- name: Set up Git
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|