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 - name: PR list
run: | run: |
echo "PRs: ${{ steps.pr-check.outputs.json }}" echo "PRs: ${{ steps.pr-check.outputs.json }}"
echo "${{ github }} \ echo -e "${{ github }} \n
${{ github.action }} \ ${{ github.action }} \n
${{ github.action_path }} \ ${{ github.action_path }} \n
${{ github.action_ref }} \ ${{ github.action_ref }} \n
${{ github.action_repository }} \ ${{ github.action_repository }} \n
${{ github.action_status }} \ ${{ github.action_status }} \n
${{ github.actor }} \ ${{ github.actor }} \n
${{ github.actor_id }} \ ${{ github.actor_id }} \n
${{ github.api_url }} \ ${{ github.api_url }} \n
${{ github.base_ref }} \ ${{ github.base_ref }} \n
${{ github.env }} \ ${{ github.env }} \n
${{ github.event }} \ ${{ github.event }} \n
${{ github.event_name }} \ ${{ github.event_name }} \n
${{ github.event_path }} \ ${{ github.event_path }} \n
${{ github.graphql_url }} \ ${{ github.graphql_url }} \n
${{ github.head_ref }} \ ${{ github.head_ref }} \n
${{ github.job }} \ ${{ github.job }} \n
${{ github.path }} \ ${{ github.path }} \n
${{ github.ref }} \ ${{ github.ref }} \n
${{ github.ref_name }} \ ${{ github.ref_name }} \n
${{ github.ref_protected }} \ ${{ github.ref_protected }} \n
${{ github.ref_type }} \ ${{ github.ref_type }} \n
${{ github.repository }} \ ${{ github.repository }} \n
${{ github.repository_id }} \ ${{ github.repository_id }} \n
${{ github.repository_owner }} \ ${{ github.repository_owner }} \n
${{ github.repository_owner_id }} \ ${{ github.repository_owner_id }} \n
${{ github.repositoryUrl }} \ ${{ github.repositoryUrl }} \n
${{ github.retention_days }} \ ${{ github.retention_days }} \n
${{ github.run_id }} \ ${{ github.run_id }} \n
${{ github.run_number }} \ ${{ github.run_number }} \n
${{ github.run_attempt }} \ ${{ github.run_attempt }} \n
${{ github.secret_source }} \ ${{ github.secret_source }} \n
${{ github.server_url }} \ ${{ github.server_url }} \n
${{ github.sha }} \ ${{ github.sha }} \n
${{ github.token }} \ ${{ github.token }} \n
${{ github.triggering_actor }} \ ${{ github.triggering_actor }} \n
${{ github.workflow }} \ ${{ github.workflow }} \n
${{ github.workflow_ref }} \ ${{ github.workflow_ref }} \n
${{ github.workflow_sha }} \ ${{ github.workflow_sha }} \n
${{ github.workspace }}" ${{ github.workspace }}"