Skip to content

Rename Pages.yml to Pages.yml #1

Rename Pages.yml to Pages.yml

Rename Pages.yml to Pages.yml #1

Workflow file for this run

on:
push:
branches:
- main
jobs:
Pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Pushes to another repository
uses: cpina/github-action-push-to-another-repository@main
env:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
with:
source-directory: '.'
target-directory: 'STUN_BT'
destination-github-username: 'Oniicyan'
destination-repository-name: 'Pages'