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 8aef037 commit 0e335c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/automatedpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ name: Push to Forked Repository
on:
push:
branches:
- sam-patch # You can specify the branch you want to trigger this workflow for
- sam-patch

jobs:
push_to_forked_repo:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v2 # This action checks out your repository
uses: actions/checkout@v2

# If needed, set up any environment variables or configurations here
- name: Pull changes from remote
run: git pull origin sam-patch

- name: Push to Forked Repository
run: |
git pull
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 0e335c0

Please sign in to comment.