Skip to content

Commit

Permalink
Update automatedpr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-shervin authored Mar 25, 2024
1 parent c6da846 commit a6234b1
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/automatedpr.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
name: Push to Fork
name: Push to Forked Repository

on:
push:
branches:
- sam-patch
- sam-patch # You can specify the branch you want to trigger this workflow for

jobs:
build:
push_to_forked_repo:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Push to Fork
uses: ad-m/push-to-fork@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch_to_push: sam-patch
fork_branch: sam-shervin/hackhub-24-testdeploy/master
- name: Checkout Repository
uses: actions/checkout@v2 # This action checks out your repository

# If needed, set up any environment variables or configurations here

- name: Push to Forked Repository
run: |
git remote add hackhub-24-testdeploy https://github.com/sam-shervin/hackhub-24-testdeploy
git push hackhub-24-testdeploy sam-patch:master

0 comments on commit a6234b1

Please sign in to comment.