Starting new deployment pipeline.

This commit is contained in:
2024-12-24 09:03:10 -05:00
parent cb076491c2
commit aa3202c9e0
+40 -40
View File
@@ -25,43 +25,43 @@ jobs:
- name: PR list - name: PR list
run: | run: |
echo "PRs: ${{ steps.pr-check.outputs.json }}" echo "PRs: ${{ steps.pr-check.outputs.json }}"
echo -e "${{ github }} \n echo -e "${{ gitea }} \n
${{ github.action }} \n ${{ gitea.action }} \n
${{ github.action_path }} \n ${{ gitea.action_path }} \n
${{ github.action_ref }} \n ${{ gitea.action_ref }} \n
${{ github.action_repository }} \n ${{ gitea.action_repository }} \n
${{ github.action_status }} \n ${{ gitea.action_status }} \n
${{ github.actor }} \n ${{ gitea.actor }} \n
${{ github.actor_id }} \n ${{ gitea.actor_id }} \n
${{ github.api_url }} \n ${{ gitea.api_url }} \n
${{ github.base_ref }} \n ${{ gitea.base_ref }} \n
${{ github.env }} \n ${{ gitea.env }} \n
${{ github.event }} \n ${{ gitea.event }} \n
${{ github.event_name }} \n ${{ gitea.event_name }} \n
${{ github.event_path }} \n ${{ gitea.event_path }} \n
${{ github.graphql_url }} \n ${{ gitea.graphql_url }} \n
${{ github.head_ref }} \n ${{ gitea.head_ref }} \n
${{ github.job }} \n ${{ gitea.job }} \n
${{ github.path }} \n ${{ gitea.path }} \n
${{ github.ref }} \n ${{ gitea.ref }} \n
${{ github.ref_name }} \n ${{ gitea.ref_name }} \n
${{ github.ref_protected }} \n ${{ gitea.ref_protected }} \n
${{ github.ref_type }} \n ${{ gitea.ref_type }} \n
${{ github.repository }} \n ${{ gitea.repository }} \n
${{ github.repository_id }} \n ${{ gitea.repository_id }} \n
${{ github.repository_owner }} \n ${{ gitea.repository_owner }} \n
${{ github.repository_owner_id }} \n ${{ gitea.repository_owner_id }} \n
${{ github.repositoryUrl }} \n ${{ gitea.repositoryUrl }} \n
${{ github.retention_days }} \n ${{ gitea.retention_days }} \n
${{ github.run_id }} \n ${{ gitea.run_id }} \n
${{ github.run_number }} \n ${{ gitea.run_number }} \n
${{ github.run_attempt }} \n ${{ gitea.run_attempt }} \n
${{ github.secret_source }} \n ${{ gitea.secret_source }} \n
${{ github.server_url }} \n ${{ gitea.server_url }} \n
${{ github.sha }} \n ${{ gitea.sha }} \n
${{ github.token }} \n ${{ gitea.token }} \n
${{ github.triggering_actor }} \n ${{ gitea.triggering_actor }} \n
${{ github.workflow }} \n ${{ gitea.workflow }} \n
${{ github.workflow_ref }} \n ${{ gitea.workflow_ref }} \n
${{ github.workflow_sha }} \n ${{ gitea.workflow_sha }} \n
${{ github.workspace }}" ${{ gitea.workspace }}"