We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a66112 commit 7e56a1eCopy full SHA for 7e56a1e
.github/workflows/project-automation.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
add-to-project:
11
- name: Add item to "Python SDK" project
+ name: 'Add item to "Python SDK" project'
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/[email protected]
.github/workflows/release-comment-issues.yml
@@ -13,7 +13,7 @@ on:
release-comment-issues:
15
runs-on: ubuntu-20.04
16
- name: 'Notify issues'
+ name: Notify issues
17
18
- name: Get version
19
id: get_version
0 commit comments