Test workflow (v27)
This commit is contained in:
parent
d1961ff465
commit
25785840e4
1 changed files with 3 additions and 8 deletions
|
@ -28,6 +28,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
HOME="$GITHUB_WORKSPACE"
|
HOME="$GITHUB_WORKSPACE"
|
||||||
|
|
||||||
|
echo "[+] Installing required packages"
|
||||||
|
nix-env -iA openssh
|
||||||
|
|
||||||
echo "[+] Using SSH_DEPLOY_KEY"
|
echo "[+] Using SSH_DEPLOY_KEY"
|
||||||
|
|
||||||
# Setup deploy key
|
# Setup deploy key
|
||||||
|
@ -69,11 +72,3 @@ jobs:
|
||||||
GIT_USER_EMAIL: automated-update@dgnum.eu
|
GIT_USER_EMAIL: automated-update@dgnum.eu
|
||||||
GIT_USER_NAME: Forgejo Action
|
GIT_USER_NAME: Forgejo Action
|
||||||
GIT_ORIGIN_SERVER: git.hubrecht.ovh
|
GIT_ORIGIN_SERVER: git.hubrecht.ovh
|
||||||
# with:
|
|
||||||
# github-server: codeberg.org
|
|
||||||
# source-directory: pages/
|
|
||||||
# destination-github-username: 'DGNum'
|
|
||||||
# destination-repository-name: 'pages-test'
|
|
||||||
# user-email: tom.hubrecht@dgnum.eu
|
|
||||||
# commit-message: See ORIGIN_COMMIT from $GITHUB_REF
|
|
||||||
# target-branch: main
|
|
||||||
|
|
Loading…
Reference in a new issue