Skip to content

Commit

Permalink
Brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 authored Nov 26, 2023
1 parent 0b4bd9e commit 8364af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-deploy-nodes-gcp.patch-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
JSON_EVENT: ${{ toJSON(github.event) }}
runs-on: ubuntu-latest
steps:
- run: echo "${{ format('No build required for head_ref {0} ref {1} workflow_ref {2} secret_source {3} full event {4} matching patterns refs/heads/ refs/tags/', github.head_ref, github.ref, github.workflow_ref, github.secret_source, env.JSON_EVENT}}"
- run: echo "${{ format('No build required for head_ref {0} ref {1} workflow_ref {2} secret_source {3} full event {4} matching patterns refs/heads/ refs/tags/', github.head_ref, github.ref, github.workflow_ref, github.secret_source, env.JSON_EVENT) }}"

Check warning on line 24 in .github/workflows/cd-deploy-nodes-gcp.patch-external.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 "github.head_ref" is potentially untrusted. avoid using it directly in inline scripts. instead, pass it through an environment variable. see https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions for more details [expression] Raw Output: .github/workflows/cd-deploy-nodes-gcp.patch-external.yml:24:168: "github.head_ref" is potentially untrusted. avoid using it directly in inline scripts. instead, pass it through an environment variable. see https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions for more details [expression]

test-configuration-file:
name: Test CD default Docker config file / Test default-conf in Docker
Expand Down

0 comments on commit 8364af3

Please sign in to comment.