diff options
-rw-r--r-- | .github/workflows/yoe.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/yoe.yml b/.github/workflows/yoe.yml index 6aa856e..a310c95 100644 --- a/.github/workflows/yoe.yml +++ b/.github/workflows/yoe.yml | |||
@@ -17,9 +17,9 @@ jobs: | |||
17 | steps: | 17 | steps: |
18 | - name: Fetch Repo Name | 18 | - name: Fetch Repo Name |
19 | id: repo-name | 19 | id: repo-name |
20 | run: echo "::set-output name=value::$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" | 20 | run: echo "value=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_OUTPUT |
21 | - name: Checkout | 21 | - name: Checkout |
22 | uses: actions/checkout@v2 | 22 | uses: actions/checkout@v3 |
23 | with: | 23 | with: |
24 | fetch-depth: 0 | 24 | fetch-depth: 0 |
25 | submodules: recursive | 25 | submodules: recursive |