diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 5e515da..55c4b06 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -6,7 +6,7 @@ jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest steps: - - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." + - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event. Test" - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - name: Checkout private tools @@ -16,11 +16,7 @@ jobs: persist-credentials: false ssh-strict: false #token: ${{ secrets.GH_PAT }} # `GH_PAT` is a secret that contains your PAT -<<<<<<< Updated upstream ssh-key: ${{ secrets.PRIVATE_KEY }} -======= - ssh-key: ${{ secrets.PRIVATE2_KEY }} ->>>>>>> Stashed changes ssh-known-hosts: ${{ secrets.SSH_KNOWN_GITEA }} #ssh-known-hosts: 'gitea.jingoh.fr ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC/nuMf/pWy0SUcYkt2LaH3gC4+BDj6rJ9Wg3EW8SVmLGE+WdbDbC61ZJry7NI1PFd5twFr2WJfOtxB/OQiP5kqL4bJfFSmqALA0MnRVdqo1Ri1kY2HhvrGxG0MrQL/n7afVR/HtSf6i5WWnbWcjMAx9u+2mR5wFFgvf66ZnICBlSLu/sfAX4GELDnBfXnor0N80K0Ajyw53koEthwBEM9NfaxOtpLR2jqsW7NZvzF1nwmhKLhp51ElD/y82gEzPlQwShUpdUQMiP1H90ozsb2h3zyCPc+OaUzMeuCrlP8c20zilmsiEvEEoyP2vzvArE+iLcKmndZ1YRxfiL1IjqZmpg7UrmXEPyZgV5OzBGcFYh8liCupxjCltwuQV9qy3bRBBB8mWds6EON8O1ufqI682Ht9JfV8vrUHa8tumZABP7yNfs3TLFpnZ2LcBEPVkAVRFDkF0iAHRR+aoKkc+8uKbigPYHBiJ2Yk0Nb0i+z+fWgjeWainIc59aDD6KmRI5vEorgVXK9EcE2Oa+qqnpexkDFbrxSFuoG/Gq/X0iuc3/e2oAw5u6bHTXC3CyEnGqJDGQ4XN1gT2SIDvDuFS1kJY7nBxSB7zR5HIEAr0aOQSxpOiFUQVnT6wyWJo91psgdzJOKypTRtM2wUIc9xg24q9hKSRZkgrq9OgdDND6y1SQ==' # path: test @@ -30,5 +26,5 @@ jobs: - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: List files in the repository run: | - ls ${{ gitea.workspace }} + ls ${{ gitea.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}."