Skip to content

Commit

Permalink
Update set var for output
Browse files Browse the repository at this point in the history
  • Loading branch information
katjuell committed Sep 30, 2024
1 parent 683da96 commit af3792b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/presubmit-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@ on:
jobs:
verify-keywords:
runs-on: ubuntu-latest
using: "composite"

steps:
- uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Verify keywords
shell: bash
id: verify-keywords
run: |
set -e
set -x
cd "${GITHUB_WORKSPACE}" || exit 1
echo '::group:: Verifying allowed keywords ...'
# Don't fail because of grep
Expand Down

0 comments on commit af3792b

Please sign in to comment.