Skip to content

Commit e608cea

Browse files
authored
Update pr_workflow.yml
1 parent d5e6e31 commit e608cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010
- name: Run tests
11-
run: echo "Running tests for PR #${{ github.event.pull_request.number }}"
11+
run: "echo \"Running tests for PR #${{ github.event.pull_request.number }}\""

0 commit comments

Comments
 (0)