Skip to content

[update #30] zig 0.13.0 #21

[update #30] zig 0.13.0

[update #30] zig 0.13.0 #21

Workflow file for this run

name: cd ping
on:
push:
tags:
- '*'
jobs:
ping:
permissions:
contents: write
strategy:
matrix:
repo:
- spaceporn-action-bot
- spaceporn-action-ci
- spaceporn-action-cd-ping
- spaceporn-action-cd-pong
- spaceporn
- cimgui.zig
runs-on: ubuntu-latest
steps:
- uses: tiawl/[email protected]
with:
from: "${{ github.event.repository.name }}"
is_composite: 'true'
to: "${{ matrix.repo }}"
tag: "${{ github.ref_name }}"
token: "${{ secrets.PAT }}"