Skip to content

Commit

Permalink
Merge pull request #527 from pradeeptosarkar/master
Browse files Browse the repository at this point in the history
Update sync.yml
  • Loading branch information
pradeeptosarkar authored May 26, 2024
2 parents 4b04723 + 6f4bd84 commit 6525c75
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,21 @@ jobs:
with:
repository: namespacecomm/NSCC-BPIT-Website
ref: master

# Update the Node.js version
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]

- name: Checkout fork
uses: actions/checkout@v2
with:
repository: pradeeptosarkar/NSCC-BPIT-Website
# Update the Node.js version
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]

- name: Merge changes from main repo
run: git merge master
Expand Down

0 comments on commit 6525c75

Please sign in to comment.