Starting new deployment pipeline.

This commit is contained in:
2024-12-24 07:42:42 -05:00
parent 1ceaec8a8e
commit cb076491c2
+39 -39
View File
@@ -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 }}"