Skip to content

Commit f15303f

Browse files
use github.event.after
1 parent 5b1889f commit f15303f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/os-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118

119119
- name: Checkout code
120120
working-directory: mysqlmsn
121-
run: git reset --hard ${{ github.sha }}
121+
run: git reset --hard ${{ github.event.after }}
122122

123123
- name: Install packages
124124
working-directory: mysqlmsn

0 commit comments

Comments
 (0)