We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a3883 commit 747581eCopy full SHA for 747581e
1 file changed
.github/workflows/sync.yml
@@ -9,9 +9,10 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v5.0.0
12
- - uses: yesolutions/mirror-action@master
+ - uses: yesolutions/mirror-action@v0.7.0
13
with:
14
REMOTE_NAME: 'mirror'
15
REMOTE: 'https://codeberg.org/JerryHan3/Witherstorm-Data-Display.git'
16
GIT_USERNAME: JerryHan3
17
GIT_PASSWORD: ${{ secrets.CODEBERG_PASSWORD }}
18
+ DEBUG: "true"
0 commit comments