Skip to content

Commit

Permalink
workflows: fix wrong id name
Browse files Browse the repository at this point in the history
  • Loading branch information
naups committed Apr 17, 2024
1 parent bb08601 commit bad238b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lineaged-release_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v2

- name: Checkout stable ksu
id: curl latest ksu
id: curl-latest-ksu
run: |
cd /home/runner/work/xiaomi_rosy_kernel/xiaomi_rosy_kernel
rm -rf KernelSU
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lineaged-release_2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v2

- name: Checkout stable ksu
id: curl latest ksu
id: curl-latest-ksu
run: |
cd /home/runner/work/xiaomi_rosy_kernel/xiaomi_rosy_kernel
rm -rf KernelSU
Expand Down

0 comments on commit bad238b

Please sign in to comment.