Skip to content

Commit

Permalink
move speech marks
Browse files Browse the repository at this point in the history
  • Loading branch information
goastler committed Jan 11, 2024
1 parent 22ceb5c commit cf7f515
Show file tree
Hide file tree
Showing 12 changed files with 132 additions and 132 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,27 @@ jobs:
shell: bash
run: |
echo '******************************'
echo "github context: ${{ toJson(github) }}"
echo "github context:" "${{ toJson(github) }}"
echo '******************************'
echo "env context: ${{ toJson(env) }}"
echo "env context:" "${{ toJson(env) }}"
echo '******************************'
echo "vars context: ${{ toJson(vars) }}"
echo "vars context:" "${{ toJson(vars) }}"
echo '******************************'
echo "job context: ${{ toJson(job) }}"
echo "job context:" "${{ toJson(job) }}"
echo '******************************'
echo "steps context: ${{ toJson(steps) }}"
echo "steps context:" "${{ toJson(steps) }}"
echo '******************************'
echo "runner context: ${{ toJson(runner) }}"
echo "runner context:" "${{ toJson(runner) }}"
echo '******************************'
echo "secrets context: ${{ toJson(secrets) }}"
echo "secrets context:" "${{ toJson(secrets) }}"
echo '******************************'
echo "strategy context: ${{ toJson(strategy) }}"
echo "strategy context:" "${{ toJson(strategy) }}"
echo '******************************'
echo "matrix context: ${{ toJson(matrix) }}"
echo "matrix context:" "${{ toJson(matrix) }}"
echo '******************************'
echo "needs context: ${{ toJson(needs) }}"
echo "needs context:" "${{ toJson(needs) }}"
echo '******************************'
echo "inputs context: ${{ toJson(inputs) }}"
echo "inputs context:" "${{ toJson(inputs) }}"
echo '******************************'
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,27 +25,27 @@ jobs:
shell: bash
run: |
echo '******************************'
echo "github context: ${{ toJson(github) }}"
echo "github context:" "${{ toJson(github) }}"
echo '******************************'
echo "env context: ${{ toJson(env) }}"
echo "env context:" "${{ toJson(env) }}"
echo '******************************'
echo "vars context: ${{ toJson(vars) }}"
echo "vars context:" "${{ toJson(vars) }}"
echo '******************************'
echo "job context: ${{ toJson(job) }}"
echo "job context:" "${{ toJson(job) }}"
echo '******************************'
echo "steps context: ${{ toJson(steps) }}"
echo "steps context:" "${{ toJson(steps) }}"
echo '******************************'
echo "runner context: ${{ toJson(runner) }}"
echo "runner context:" "${{ toJson(runner) }}"
echo '******************************'
echo "secrets context: ${{ toJson(secrets) }}"
echo "secrets context:" "${{ toJson(secrets) }}"
echo '******************************'
echo "strategy context: ${{ toJson(strategy) }}"
echo "strategy context:" "${{ toJson(strategy) }}"
echo '******************************'
echo "matrix context: ${{ toJson(matrix) }}"
echo "matrix context:" "${{ toJson(matrix) }}"
echo '******************************'
echo "needs context: ${{ toJson(needs) }}"
echo "needs context:" "${{ toJson(needs) }}"
echo '******************************'
echo "inputs context: ${{ toJson(inputs) }}"
echo "inputs context:" "${{ toJson(inputs) }}"
echo '******************************'
# Checkout the repo
- uses: actions/checkout@v3
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/consistent_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,27 +25,27 @@ jobs:
shell: bash
run: |
echo '******************************'
echo "github context: ${{ toJson(github) }}"
echo "github context:" "${{ toJson(github) }}"
echo '******************************'
echo "env context: ${{ toJson(env) }}"
echo "env context:" "${{ toJson(env) }}"
echo '******************************'
echo "vars context: ${{ toJson(vars) }}"
echo "vars context:" "${{ toJson(vars) }}"
echo '******************************'
echo "job context: ${{ toJson(job) }}"
echo "job context:" "${{ toJson(job) }}"
echo '******************************'
echo "steps context: ${{ toJson(steps) }}"
echo "steps context:" "${{ toJson(steps) }}"
echo '******************************'
echo "runner context: ${{ toJson(runner) }}"
echo "runner context:" "${{ toJson(runner) }}"
echo '******************************'
echo "secrets context: ${{ toJson(secrets) }}"
echo "secrets context:" "${{ toJson(secrets) }}"
echo '******************************'
echo "strategy context: ${{ toJson(strategy) }}"
echo "strategy context:" "${{ toJson(strategy) }}"
echo '******************************'
echo "matrix context: ${{ toJson(matrix) }}"
echo "matrix context:" "${{ toJson(matrix) }}"
echo '******************************'
echo "needs context: ${{ toJson(needs) }}"
echo "needs context:" "${{ toJson(needs) }}"
echo '******************************'
echo "inputs context: ${{ toJson(inputs) }}"
echo "inputs context:" "${{ toJson(inputs) }}"
echo '******************************'
# Checkout the repo
- uses: actions/checkout@v3
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/contract_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,27 +26,27 @@ jobs:
shell: bash
run: |
echo '******************************'
echo "github context: ${{ toJson(github) }}"
echo "github context:" "${{ toJson(github) }}"
echo '******************************'
echo "env context: ${{ toJson(env) }}"
echo "env context:" "${{ toJson(env) }}"
echo '******************************'
echo "vars context: ${{ toJson(vars) }}"
echo "vars context:" "${{ toJson(vars) }}"
echo '******************************'
echo "job context: ${{ toJson(job) }}"
echo "job context:" "${{ toJson(job) }}"
echo '******************************'
echo "steps context: ${{ toJson(steps) }}"
echo "steps context:" "${{ toJson(steps) }}"
echo '******************************'
echo "runner context: ${{ toJson(runner) }}"
echo "runner context:" "${{ toJson(runner) }}"
echo '******************************'
echo "secrets context: ${{ toJson(secrets) }}"
echo "secrets context:" "${{ toJson(secrets) }}"
echo '******************************'
echo "strategy context: ${{ toJson(strategy) }}"
echo "strategy context:" "${{ toJson(strategy) }}"
echo '******************************'
echo "matrix context: ${{ toJson(matrix) }}"
echo "matrix context:" "${{ toJson(matrix) }}"
echo '******************************'
echo "needs context: ${{ toJson(needs) }}"
echo "needs context:" "${{ toJson(needs) }}"
echo '******************************'
echo "inputs context: ${{ toJson(inputs) }}"
echo "inputs context:" "${{ toJson(inputs) }}"
echo '******************************'
# Checkout the repo
- uses: actions/checkout@v3
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,27 +23,27 @@ jobs:
shell: bash
run: |
echo '******************************'
echo "github context: ${{ toJson(github) }}"
echo "github context:" "${{ toJson(github) }}"
echo '******************************'
echo "env context: ${{ toJson(env) }}"
echo "env context:" "${{ toJson(env) }}"
echo '******************************'
echo "vars context: ${{ toJson(vars) }}"
echo "vars context:" "${{ toJson(vars) }}"
echo '******************************'
echo "job context: ${{ toJson(job) }}"
echo "job context:" "${{ toJson(job) }}"
echo '******************************'
echo "steps context: ${{ toJson(steps) }}"
echo "steps context:" "${{ toJson(steps) }}"
echo '******************************'
echo "runner context: ${{ toJson(runner) }}"
echo "runner context:" "${{ toJson(runner) }}"
echo '******************************'
echo "secrets context: ${{ toJson(secrets) }}"
echo "secrets context:" "${{ toJson(secrets) }}"
echo '******************************'
echo "strategy context: ${{ toJson(strategy) }}"
echo "strategy context:" "${{ toJson(strategy) }}"
echo '******************************'
echo "matrix context: ${{ toJson(matrix) }}"
echo "matrix context:" "${{ toJson(matrix) }}"
echo '******************************'
echo "needs context: ${{ toJson(needs) }}"
echo "needs context:" "${{ toJson(needs) }}"
echo '******************************'
echo "inputs context: ${{ toJson(inputs) }}"
echo "inputs context:" "${{ toJson(inputs) }}"
echo '******************************'
# Checkout the repo
- uses: actions/checkout@v3
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/ls_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,27 @@ jobs:
shell: bash
run: |
echo '******************************'
echo "github context: ${{ toJson(github) }}"
echo "github context:" "${{ toJson(github) }}"
echo '******************************'
echo "env context: ${{ toJson(env) }}"
echo "env context:" "${{ toJson(env) }}"
echo '******************************'
echo "vars context: ${{ toJson(vars) }}"
echo "vars context:" "${{ toJson(vars) }}"
echo '******************************'
echo "job context: ${{ toJson(job) }}"
echo "job context:" "${{ toJson(job) }}"
echo '******************************'
echo "steps context: ${{ toJson(steps) }}"
echo "steps context:" "${{ toJson(steps) }}"
echo '******************************'
echo "runner context: ${{ toJson(runner) }}"
echo "runner context:" "${{ toJson(runner) }}"
echo '******************************'
echo "secrets context: ${{ toJson(secrets) }}"
echo "secrets context:" "${{ toJson(secrets) }}"
echo '******************************'
echo "strategy context: ${{ toJson(strategy) }}"
echo "strategy context:" "${{ toJson(strategy) }}"
echo '******************************'
echo "matrix context: ${{ toJson(matrix) }}"
echo "matrix context:" "${{ toJson(matrix) }}"
echo '******************************'
echo "needs context: ${{ toJson(needs) }}"
echo "needs context:" "${{ toJson(needs) }}"
echo '******************************'
echo "inputs context: ${{ toJson(inputs) }}"
echo "inputs context:" "${{ toJson(inputs) }}"
echo '******************************'
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/post_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,27 @@ jobs:
shell: bash
run: |
echo '******************************'
echo "github context: ${{ toJson(github) }}"
echo "github context:" "${{ toJson(github) }}"
echo '******************************'
echo "env context: ${{ toJson(env) }}"
echo "env context:" "${{ toJson(env) }}"
echo '******************************'
echo "vars context: ${{ toJson(vars) }}"
echo "vars context:" "${{ toJson(vars) }}"
echo '******************************'
echo "job context: ${{ toJson(job) }}"
echo "job context:" "${{ toJson(job) }}"
echo '******************************'
echo "steps context: ${{ toJson(steps) }}"
echo "steps context:" "${{ toJson(steps) }}"
echo '******************************'
echo "runner context: ${{ toJson(runner) }}"
echo "runner context:" "${{ toJson(runner) }}"
echo '******************************'
echo "secrets context: ${{ toJson(secrets) }}"
echo "secrets context:" "${{ toJson(secrets) }}"
echo '******************************'
echo "strategy context: ${{ toJson(strategy) }}"
echo "strategy context:" "${{ toJson(strategy) }}"
echo '******************************'
echo "matrix context: ${{ toJson(matrix) }}"
echo "matrix context:" "${{ toJson(matrix) }}"
echo '******************************'
echo "needs context: ${{ toJson(needs) }}"
echo "needs context:" "${{ toJson(needs) }}"
echo '******************************'
echo "inputs context: ${{ toJson(inputs) }}"
echo "inputs context:" "${{ toJson(inputs) }}"
echo '******************************'
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/provider_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,27 +27,27 @@ jobs:
shell: bash
run: |
echo '******************************'
echo "github context: ${{ toJson(github) }}"
echo "github context:" "${{ toJson(github) }}"
echo '******************************'
echo "env context: ${{ toJson(env) }}"
echo "env context:" "${{ toJson(env) }}"
echo '******************************'
echo "vars context: ${{ toJson(vars) }}"
echo "vars context:" "${{ toJson(vars) }}"
echo '******************************'
echo "job context: ${{ toJson(job) }}"
echo "job context:" "${{ toJson(job) }}"
echo '******************************'
echo "steps context: ${{ toJson(steps) }}"
echo "steps context:" "${{ toJson(steps) }}"
echo '******************************'
echo "runner context: ${{ toJson(runner) }}"
echo "runner context:" "${{ toJson(runner) }}"
echo '******************************'
echo "secrets context: ${{ toJson(secrets) }}"
echo "secrets context:" "${{ toJson(secrets) }}"
echo '******************************'
echo "strategy context: ${{ toJson(strategy) }}"
echo "strategy context:" "${{ toJson(strategy) }}"
echo '******************************'
echo "matrix context: ${{ toJson(matrix) }}"
echo "matrix context:" "${{ toJson(matrix) }}"
echo '******************************'
echo "needs context: ${{ toJson(needs) }}"
echo "needs context:" "${{ toJson(needs) }}"
echo '******************************'
echo "inputs context: ${{ toJson(inputs) }}"
echo "inputs context:" "${{ toJson(inputs) }}"
echo '******************************'
# Checkout the repo
- uses: actions/checkout@v3
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,27 @@ jobs:
shell: bash
run: |
echo '******************************'
echo "github context: ${{ toJson(github) }}"
echo "github context:" "${{ toJson(github) }}"
echo '******************************'
echo "env context: ${{ toJson(env) }}"
echo "env context:" "${{ toJson(env) }}"
echo '******************************'
echo "vars context: ${{ toJson(vars) }}"
echo "vars context:" "${{ toJson(vars) }}"
echo '******************************'
echo "job context: ${{ toJson(job) }}"
echo "job context:" "${{ toJson(job) }}"
echo '******************************'
echo "steps context: ${{ toJson(steps) }}"
echo "steps context:" "${{ toJson(steps) }}"
echo '******************************'
echo "runner context: ${{ toJson(runner) }}"
echo "runner context:" "${{ toJson(runner) }}"
echo '******************************'
echo "secrets context: ${{ toJson(secrets) }}"
echo "secrets context:" "${{ toJson(secrets) }}"
echo '******************************'
echo "strategy context: ${{ toJson(strategy) }}"
echo "strategy context:" "${{ toJson(strategy) }}"
echo '******************************'
echo "matrix context: ${{ toJson(matrix) }}"
echo "matrix context:" "${{ toJson(matrix) }}"
echo '******************************'
echo "needs context: ${{ toJson(needs) }}"
echo "needs context:" "${{ toJson(needs) }}"
echo '******************************'
echo "inputs context: ${{ toJson(inputs) }}"
echo "inputs context:" "${{ toJson(inputs) }}"
echo '******************************'
# checkout the repo
- uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit cf7f515

Please sign in to comment.