"vscode:/vscode.git/clone" did not exist on "684d5a4ea640b02bbbfcfd32df17b1cebc65c975"
Commit 8ea9c59d authored by baberabb's avatar baberabb
Browse files

updated changed-files.

parent 0671c9cc
...@@ -23,7 +23,7 @@ jobs: ...@@ -23,7 +23,7 @@ jobs:
# and prepends the filter name to the standard output names. # and prepends the filter name to the standard output names.
- name: Check task folders - name: Check task folders
id: changed-tasks id: changed-tasks
uses: tj-actions/changed-files@v37.1.2 uses: tj-actions/changed-files@v41.0.1
with: with:
# tasks checks the tasks folder and api checks the api folder for changes # tasks checks the tasks folder and api checks the api folder for changes
files_yaml: | files_yaml: |
...@@ -70,7 +70,7 @@ jobs: ...@@ -70,7 +70,7 @@ jobs:
git add docs/task_table.md git add docs/task_table.md
git add docs/task_table.csv git add docs/task_table.csv
git commit -m "Update Task Table automatically" git commit -m "Update Task Table automatically"
git push origin HEAD:refs/heads/${{ github.head_ref }} git push origin ${{ github.head_ref }}
# if api is modified, run tests on it # if api is modified, run tests on it
- name: Test more tasks with pytest - name: Test more tasks with pytest
env: env:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment