Skip to content

Commit

Permalink
Correct sync/config.yml path
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard committed Aug 2, 2024
1 parent da41747 commit 06dcec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: (upstream) Remove repository from sync.yml
# no-op if the repository is not in the sync.yml file
continue-on-error: true
run: sed -i '\%${{ github.event.inputs.org }}/${{ github.event.inputs.repo }}$%d' upstream/.github/sync/config.yml
run: sed -i '\%${{ github.event.inputs.org }}/${{ github.event.inputs.repo }}$%d' upstream/sync/config.yml

- name: (upstream) Commit changes
# no-op if there are no updates
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
GH_PAT: ${{ secrets.SYNC_TOKEN }}
PR_LABELS: false
CONFIG_PATH: .github/sync/config.yml
CONFIG_PATH: sync/config.yml
COMMIT_EACH_FILE: false
GIT_USERNAME: Conda Bot
GIT_EMAIL: conda-bot@users.noreply.github.com

0 comments on commit 06dcec3

Please sign in to comment.