Skip to content

Commit

Permalink
Merge remote-tracking branch 'elevateactions/RE-1001_prime'
Browse files Browse the repository at this point in the history
  • Loading branch information
davelcpanelnet committed Dec 18, 2024
2 parents bcfbee2 + 9fa038a commit fc47ef1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/openstack-centos-7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,13 @@ jobs:
- name: Dump all GitHub variables
run: |
echo "Dumping all GitHub variables:"
echo "${{ toJson(github) }}"
echo "github.ref: ${{ github.ref }}"
echo "github.ref_name: ${{ github.ref_name }}"
echo "github.job: ${{ github.job }}"
echo "github.workflow: ${{ github.workflow }}"
echo "github.triggering_actor: ${{ github.triggering_actor }}"
echo "github.event_name: ${{ github.event_name }}"
echo "github.event.repository.master_branch: ${{ github.event.repository.master_branch }}"
- name: Terraform fmt
id: fmt
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/openstack-cloudlinux-7.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,13 @@ jobs:
- name: Dump all GitHub variables
run: |
echo "Dumping all GitHub variables:"
echo "${{ toJson(github) }}"
echo "github.ref: ${{ github.ref }}"
echo "github.ref_name: ${{ github.ref_name }}"
echo "github.job: ${{ github.job }}"
echo "github.workflow: ${{ github.workflow }}"
echo "github.triggering_actor: ${{ github.triggering_actor }}"
echo "github.event_name: ${{ github.event_name }}"
echo "github.event.repository.master_branch: ${{ github.event.repository.master_branch }}"

- name: Terraform fmt
id: fmt
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/openstack-ubuntu-20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,14 @@ jobs:
- name: Dump all GitHub variables
run: |
echo "Dumping all GitHub variables:"
echo "${{ toJson(github) }}"
echo "github.ref: ${{ github.ref }}"
echo "github.ref_name: ${{ github.ref_name }}"
echo "github.job: ${{ github.job }}"
echo "github.workflow: ${{ github.workflow }}"
echo "github.triggering_actor: ${{ github.triggering_actor }}"
echo "github.event_name: ${{ github.event_name }}"
echo "github.event.repository.master_branch: ${{ github.event.repository.master_branch }}"
- name: Terraform fmt
id: fmt
run: |
Expand Down

0 comments on commit fc47ef1

Please sign in to comment.