Github Action
Fleetinggithub action
cannot use ! at the beginning of an expression
- Référence externe : https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/using-conditions-to-control-job-execution
You must always use the ${{ }} expression syntax or escape with ‘’, “”, or () when the expression starts with !, since ! is reserved notation in YAML format. For example:
if: ${{ ! startsWith(github.ref, ‘refs/tags/’) }}
workflow
Notes pointant ici
- actions-runner-controller
- ci automation drift
- clear cache in GitHub Actions
- don’t create a CI that is hard to run on your machine anymore
- making sense of github OIDC flow
- triggering nested github action workflows