Skip to content

Commit 581ba23

Browse files
[build] Fix build on main (#1413)
Summary: Typo in action file causes build to fail on main. Type of change: /kind cleanup. Test Plan: Test on main Signed-off-by: James Bartlett <jamesbartlett@pixielabs.ai>
1 parent 27b8023 commit 581ba23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/env_protected_pr/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
# yamllint disable rule:indentation
1616
if: github.event_name != 'pull_request_target'
1717
shell: bash
18-
run:
18+
run: |
1919
echo "" > env_name
2020
echo "${{ github.ref }}" >> ref
2121
- name: Member pull_request_target

0 commit comments

Comments
 (0)