From cb076491c22400f9b27c56603fcc83c5b4e9ef39 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Tue, 24 Dec 2024 07:42:42 -0500 Subject: [PATCH] Starting new deployment pipeline. --- .gitea/workflows/deployment.yml | 78 ++++++++++++++++----------------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/.gitea/workflows/deployment.yml b/.gitea/workflows/deployment.yml index 5e2c5e11..1a266a79 100644 --- a/.gitea/workflows/deployment.yml +++ b/.gitea/workflows/deployment.yml @@ -25,43 +25,43 @@ jobs: - name: PR list run: | echo "PRs: ${{ steps.pr-check.outputs.json }}" - echo "${{ github }} \ - ${{ github.action }} \ - ${{ github.action_path }} \ - ${{ github.action_ref }} \ - ${{ github.action_repository }} \ - ${{ github.action_status }} \ - ${{ github.actor }} \ - ${{ github.actor_id }} \ - ${{ github.api_url }} \ - ${{ github.base_ref }} \ - ${{ github.env }} \ - ${{ github.event }} \ - ${{ github.event_name }} \ - ${{ github.event_path }} \ - ${{ github.graphql_url }} \ - ${{ github.head_ref }} \ - ${{ github.job }} \ - ${{ github.path }} \ - ${{ github.ref }} \ - ${{ github.ref_name }} \ - ${{ github.ref_protected }} \ - ${{ github.ref_type }} \ - ${{ github.repository }} \ - ${{ github.repository_id }} \ - ${{ github.repository_owner }} \ - ${{ github.repository_owner_id }} \ - ${{ github.repositoryUrl }} \ - ${{ github.retention_days }} \ - ${{ github.run_id }} \ - ${{ github.run_number }} \ - ${{ github.run_attempt }} \ - ${{ github.secret_source }} \ - ${{ github.server_url }} \ - ${{ github.sha }} \ - ${{ github.token }} \ - ${{ github.triggering_actor }} \ - ${{ github.workflow }} \ - ${{ github.workflow_ref }} \ - ${{ github.workflow_sha }} \ + echo -e "${{ github }} \n + ${{ github.action }} \n + ${{ github.action_path }} \n + ${{ github.action_ref }} \n + ${{ github.action_repository }} \n + ${{ github.action_status }} \n + ${{ github.actor }} \n + ${{ github.actor_id }} \n + ${{ github.api_url }} \n + ${{ github.base_ref }} \n + ${{ github.env }} \n + ${{ github.event }} \n + ${{ github.event_name }} \n + ${{ github.event_path }} \n + ${{ github.graphql_url }} \n + ${{ github.head_ref }} \n + ${{ github.job }} \n + ${{ github.path }} \n + ${{ github.ref }} \n + ${{ github.ref_name }} \n + ${{ github.ref_protected }} \n + ${{ github.ref_type }} \n + ${{ github.repository }} \n + ${{ github.repository_id }} \n + ${{ github.repository_owner }} \n + ${{ github.repository_owner_id }} \n + ${{ github.repositoryUrl }} \n + ${{ github.retention_days }} \n + ${{ github.run_id }} \n + ${{ github.run_number }} \n + ${{ github.run_attempt }} \n + ${{ github.secret_source }} \n + ${{ github.server_url }} \n + ${{ github.sha }} \n + ${{ github.token }} \n + ${{ github.triggering_actor }} \n + ${{ github.workflow }} \n + ${{ github.workflow_ref }} \n + ${{ github.workflow_sha }} \n ${{ github.workspace }}"