Skip to content

Fixing GitHub Actions workflows Ubuntu 24 incompatibility (Lombiq Technologies: OCORE-219) #16

Fixing GitHub Actions workflows Ubuntu 24 incompatibility (Lombiq Technologies: OCORE-219)

Fixing GitHub Actions workflows Ubuntu 24 incompatibility (Lombiq Technologies: OCORE-219) #16

Workflow file for this run

name: Contributor Map
on:
# Running this automatically would require jumping through a lot of hoops because tunaitis/contributor-map commits to
# the branch where the workflow was triggered, i.e. `main` for the schedule trigger. So, better to occasionally run
# it manually in a PR.
workflow_dispatch:
pull_request:
jobs:
update-contributor-map:
name: Update Contributor Map
runs-on: ubuntu-24.04
steps:
- name: Update Contributor Map
uses: tunaitis/contributor-map@bf97d201f9b59abe463fa4ef3b5c4478d22f606d # renovate: tag=v1.1
with:
output: src/docs/community/contributors/images/contributors-map.svg