Skip to content

Commit 5db78ea

Browse files
committed
fix: fix unstable workflow - git clone first Refs:#55
1 parent 280aa46 commit 5db78ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/unstable.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ jobs:
9696
needs: build
9797
runs-on: ubuntu-latest
9898
steps:
99+
- name: Checkout code
100+
uses: actions/checkout@v4
101+
99102
- name: Get current date
100103
id: date
101104
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)