Starting new deployment pipeline.
This commit is contained in:
@@ -25,43 +25,43 @@ jobs:
|
||||
- name: PR list
|
||||
run: |
|
||||
echo "PRs: ${{ steps.pr-check.outputs.json }}"
|
||||
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 }}"
|
||||
echo -e "${{ gitea }} \n
|
||||
${{ gitea.action }} \n
|
||||
${{ gitea.action_path }} \n
|
||||
${{ gitea.action_ref }} \n
|
||||
${{ gitea.action_repository }} \n
|
||||
${{ gitea.action_status }} \n
|
||||
${{ gitea.actor }} \n
|
||||
${{ gitea.actor_id }} \n
|
||||
${{ gitea.api_url }} \n
|
||||
${{ gitea.base_ref }} \n
|
||||
${{ gitea.env }} \n
|
||||
${{ gitea.event }} \n
|
||||
${{ gitea.event_name }} \n
|
||||
${{ gitea.event_path }} \n
|
||||
${{ gitea.graphql_url }} \n
|
||||
${{ gitea.head_ref }} \n
|
||||
${{ gitea.job }} \n
|
||||
${{ gitea.path }} \n
|
||||
${{ gitea.ref }} \n
|
||||
${{ gitea.ref_name }} \n
|
||||
${{ gitea.ref_protected }} \n
|
||||
${{ gitea.ref_type }} \n
|
||||
${{ gitea.repository }} \n
|
||||
${{ gitea.repository_id }} \n
|
||||
${{ gitea.repository_owner }} \n
|
||||
${{ gitea.repository_owner_id }} \n
|
||||
${{ gitea.repositoryUrl }} \n
|
||||
${{ gitea.retention_days }} \n
|
||||
${{ gitea.run_id }} \n
|
||||
${{ gitea.run_number }} \n
|
||||
${{ gitea.run_attempt }} \n
|
||||
${{ gitea.secret_source }} \n
|
||||
${{ gitea.server_url }} \n
|
||||
${{ gitea.sha }} \n
|
||||
${{ gitea.token }} \n
|
||||
${{ gitea.triggering_actor }} \n
|
||||
${{ gitea.workflow }} \n
|
||||
${{ gitea.workflow_ref }} \n
|
||||
${{ gitea.workflow_sha }} \n
|
||||
${{ gitea.workspace }}"
|
||||
|
||||
Reference in New Issue
Block a user