actions / languageservices

Language services for GitHub Actions workflows and expressions.
MIT License
70 stars 25 forks source link

Autocompletion doesn't support runner.debug #121

Open sabudilovskiy opened 1 month ago

sabudilovskiy commented 1 month ago

In ci.yml:

- name: ccache activate logs
        if: ${{runner.debug}}
        run: |    
          echo "CCACHE_LOGFILE=/home/$(whoami)/ccache.log" >> $GITHUB_ENV

image

https://docs.github.com/ru/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs#runner-context

muzimuzhi commented 1 month ago

Duplicate of