diff --git a/.github/workflows/discussion.yaml b/.github/workflows/discussion.yaml index d935188..c5916d8 100644 --- a/.github/workflows/discussion.yaml +++ b/.github/workflows/discussion.yaml @@ -44,6 +44,9 @@ jobs: && sudo apt update \ && sudo apt install gh -y + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + - name: Process new YAML files env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}