Skip to content

Commit

Permalink
fix typo in autosync workflow (#2850)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwyattii committed Feb 17, 2023
1 parent 3ea272e commit 8be8c01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
token: ${{ secrets.GHP_TOKEN }}
repository: ${{ secrets.DST_REPO }}
ref: ${{ secretes.DST_REPO_BRANCH }}
ref: ${{ secrets.DST_REPO_BRANCH }}
path: dst-repo

- name: Get PR data
Expand Down

0 comments on commit 8be8c01

Please sign in to comment.