Skip to content

Commit 4e10a34

Browse files
authored
ci: update workflow logging and policy configurations (#27853)
1 parent 1eb8bd4 commit 4e10a34

19 files changed

Lines changed: 47 additions & 52 deletions

File tree

.geminiignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
packages/core/src/services/scripts/*.exe
2+
gha-creds-*.json

.github/actions/calculate-vars/action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ outputs:
1414
runs:
1515
using: 'composite'
1616
steps:
17-
- name: 'Print inputs'
18-
shell: 'bash'
19-
env:
20-
JSON_INPUTS: '${{ toJSON(inputs) }}'
21-
run: 'echo "$JSON_INPUTS"'
22-
2317
- name: 'Set vars for simplified logic'
2418
id: 'set_vars'
2519
shell: 'bash'

.github/actions/create-pull-request/action.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ inputs:
3030
runs:
3131
using: 'composite'
3232
steps:
33-
- name: '📝 Print Inputs'
34-
shell: 'bash'
35-
env:
36-
JSON_INPUTS: '${{ toJSON(inputs) }}'
37-
run: 'echo "$JSON_INPUTS"'
3833
- name: 'Creates a Pull Request'
3934
if: "inputs.dry-run != 'true'"
4035
env:

.github/actions/post-coverage-comment/action.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ inputs:
2727
runs:
2828
using: 'composite'
2929
steps:
30-
- name: '📝 Print Inputs'
31-
shell: 'bash'
32-
env:
33-
JSON_INPUTS: '${{ toJSON(inputs) }}'
34-
run: 'echo "$JSON_INPUTS"'
3530
- name: 'Prepare Coverage Comment'
3631
id: 'prep_coverage_comment'
3732
shell: 'bash'

.github/actions/publish-release/action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,6 @@ inputs:
7575
runs:
7676
using: 'composite'
7777
steps:
78-
- name: '📝 Print Inputs'
79-
shell: 'bash'
80-
env:
81-
JSON_INPUTS: '${{ toJSON(inputs) }}'
82-
run: 'echo "$JSON_INPUTS"'
83-
8478
- name: '👤 Configure Git User'
8579
working-directory: '${{ inputs.working-directory }}'
8680
shell: 'bash'

.github/actions/push-docker/action.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ inputs:
1818
runs:
1919
using: 'composite'
2020
steps:
21-
- name: '📝 Print Inputs'
22-
shell: 'bash'
23-
env:
24-
JSON_INPUTS: '${{ toJSON(inputs) }}'
25-
run: 'echo "$JSON_INPUTS"'
2621
- name: 'Checkout'
2722
uses: 'actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955' # ratchet:actions/checkout@v4
2823
with:

.github/actions/push-sandbox/action.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ inputs:
2828
runs:
2929
using: 'composite'
3030
steps:
31-
- name: '📝 Print Inputs'
32-
shell: 'bash'
33-
env:
34-
JSON_INPUTS: '${{ toJSON(inputs) }}'
35-
run: 'echo "$JSON_INPUTS"'
3631
- name: 'Checkout'
3732
uses: 'actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5' # ratchet:actions/checkout@v4
3833
with:

.github/actions/run-tests/action.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ inputs:
1313
runs:
1414
using: 'composite'
1515
steps:
16-
- name: '📝 Print Inputs'
17-
shell: 'bash'
18-
env:
19-
JSON_INPUTS: '${{ toJSON(inputs) }}'
20-
run: 'echo "$JSON_INPUTS"'
2116
- name: 'Install system dependencies'
2217
if: "runner.os == 'Linux'"
2318
run: |

.github/actions/tag-npm-release/action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ inputs:
4040
runs:
4141
using: 'composite'
4242
steps:
43-
- name: '📝 Print Inputs'
44-
shell: 'bash'
45-
env:
46-
JSON_INPUTS: '${{ toJSON(inputs) }}'
47-
run: 'echo "$JSON_INPUTS"'
48-
4943
- name: 'Setup Node.js'
5044
uses: 'actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020'
5145
with:

.github/actions/verify-release/action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ inputs:
2929
runs:
3030
using: 'composite'
3131
steps:
32-
- name: '📝 Print Inputs'
33-
shell: 'bash'
34-
env:
35-
JSON_INPUTS: '${{ toJSON(inputs) }}'
36-
run: 'echo "$JSON_INPUTS"'
37-
3832
- name: 'setup node'
3933
uses: 'actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020' # ratchet:actions/setup-node@v4
4034
with:

0 commit comments

Comments
 (0)