You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
GitHub Actions job_id parser
v0.0.3
GitHub Action to get the current workflow run's job_id
This GitHub Action depends on the GitHub REST API v3.
https://developer.github.com/v3/actions/workflow_jobs/
Required GITHUB_TOKEN to use GitHub API v3
Required job_name of tartget workflow jobs
target GitHub repository
run_id of target workflow run
job_id of target workflow jobs
html_url of target workflow jobs
uses: Tiryoh/gha-jobid-action@v0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
job_name: @@JOB_NAME@@
https://github.com/Tiryoh/docker_alpine-texlive-ja/blob/master/.github/workflows/main.yml#L31-L36