We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e6e31 commit e608ceaCopy full SHA for e608cea
.github/workflows/pr_workflow.yml
@@ -8,4 +8,4 @@ jobs:
8
steps:
9
- uses: actions/checkout@v2
10
- name: Run tests
11
- run: echo "Running tests for PR #${{ github.event.pull_request.number }}"
+ run: "echo \"Running tests for PR #${{ github.event.pull_request.number }}\""
0 commit comments