Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocompletion doesn't support runner.debug #121

Open
sabudilovskiy opened this issue Oct 5, 2024 · 1 comment
Open

Autocompletion doesn't support runner.debug #121

sabudilovskiy opened this issue Oct 5, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@sabudilovskiy
Copy link

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
Copy link
Contributor

muzimuzhi commented Oct 5, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants