12 lines
194 B
YAML
12 lines
194 B
YAML
name: Update Repo Version
|
|
|
|
on:
|
|
issue_comment:
|
|
types: [created]
|
|
|
|
jobs:
|
|
|
|
cs-update-push:
|
|
uses: gmetribin/deploy-tools/.github/workflows/cs-update-push.yml@v1.1.21
|
|
secrets: inherit
|