diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/yoe.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/yoe.yml b/.github/workflows/yoe.yml index 03cb002..c5d96d3 100644 --- a/.github/workflows/yoe.yml +++ b/.github/workflows/yoe.yml | |||
| @@ -19,7 +19,7 @@ jobs: | |||
| 19 | id: repo-name | 19 | id: repo-name |
| 20 | run: echo "value=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_OUTPUT | 20 | run: echo "value=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_OUTPUT |
| 21 | - name: Checkout | 21 | - name: Checkout |
| 22 | uses: actions/checkout@v4 | 22 | uses: actions/checkout@v6 |
| 23 | with: | 23 | with: |
| 24 | fetch-depth: 0 | 24 | fetch-depth: 0 |
| 25 | submodules: recursive | 25 | submodules: recursive |
