Skip to content

Commit

Permalink
Update sync.yml
Browse files Browse the repository at this point in the history
Signed-off-by: VetheonGames <[email protected]>
  • Loading branch information
VetheonGames authored Jun 28, 2024
1 parent 8e5e1e5 commit 58fc2ee
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
sync:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout repository
Expand Down Expand Up @@ -39,4 +39,7 @@ jobs:
fi
- name: Push Changes
run: git push origin master
env:
GH_PAT: ${{ secrets.GH_PAT }}
run: |
git push https://[email protected]/PixelRidge-Softworks/portal.git master

0 comments on commit 58fc2ee

Please sign in to comment.