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 7af59ee commit 752a7b8Copy full SHA for 752a7b8
.github/workflows/issue_to_pr.yml
@@ -28,7 +28,7 @@ jobs:
28
issue_number: ${{ github.event.issue.number }}
29
30
- name: Setup environment
31
- uses: ./.github/setup
+ uses: ./.github/actions/setup
32
33
- name: Read and validate properties txt file
34
id: parseProps
.github/workflows/pull_request_test_run_update_flow.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
15
16
17
- name: run unit tests
18
run: pytest
.github/workflows/update_contributions.yml
- name: fetch updates and edit database
run: |
0 commit comments