Skip to content

Commit

Permalink
Create action for sync of environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
facusapienza21 authored Aug 7, 2023
1 parent 6d43d8f commit 73c0c1f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Sync Files
on:
push:
branches:
- main
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@master
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
GH_PAT: ${{ secrets.GH_SYNC_TOKEN }}
ASSIGNEES: JordiBolibar, facusapienza21
COMMIT_PREFIX: 🔄
ORIGINAL_MESSAGE: true
COMMIT_AS_PR_TITLE: true
OVERWRITE_EXISTING_PR: true

0 comments on commit 73c0c1f

Please sign in to comment.