Fix paths

This commit is contained in:
XelXen 2022-09-18 10:48:30 +05:30 committed by GitHub
parent df133f0a36
commit 0f02b7cd9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,8 +22,6 @@ jobs:
- name: Check for Execution Orders
run: |
cd .github
mv checkrun.py ~
cd ~
curl https://api.github.com/repos/${{ github.repository }}/commits/${{ github.sha }} > commit.json
python checkrun.py
cd ..