2 Commits

Author SHA1 Message Date
xuu
6ef0c668a2 chore: add push to GH
All checks were successful
Go Bump / bump (push) Successful in 28s
Go Test / build (push) Successful in 34s
2023-10-05 13:23:26 -06:00
xuu
8be5d358f1 chore: add push to GH
All checks were successful
Go Bump / bump (push) Successful in 32s
Go Test / build (push) Successful in 38s
2023-10-04 17:32:44 -06:00

View File

@@ -0,0 +1,30 @@
name: Go Bump
on:
push:
branches: [ "main" ]
jobs:
bump:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-tags: true
- name: Deploy to external repository
uses: https://git.sour.is/actions/github-action-push-to-another-repository@main
env:
API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }}
with:
# GitHub Action output files
source-directory: .
destination-github-username: sour-is
destination-repository-name: go-pkg
user-email: jon@xuu.cc
# It defaults to `main`
target-branch: "main"
- run: echo "🍏 This job's status is ${{ job.status }}."