Skip to content

[update #73] imgui v1.91.0 #8

[update #73] imgui v1.91.0

[update #73] imgui v1.91.0 #8

Workflow file for this run

name: cd ping
on:
push:
tags:
- '*'
jobs:
ping:
permissions:
contents: write
strategy:
matrix:
repo:
- spaceporn
runs-on: ubuntu-latest
steps:
- uses: tiawl/spaceporn-action-cd-ping@v1.0.2
with:
from: "${{ github.event.repository.name }}"
to: "${{ matrix.repo }}"
tag: "${{ github.ref_name }}"
token: "${{ secrets.PAT }}"