Project contains custom github actions for use with Digitraffic project.
Actions are stored in their own branches and thus the main branch doesn't contain any action code.
Refer to this project and appropriate branch in your workflow file:
jobs:
Run-action:
runs-on: ubuntu-latest
steps:
- name: run action
uses: tmfg/digitraffic-actions@<action-branch>
Publish workflow artifacts on GitHub Pages