Skip to content

Commit

Permalink
Run a git fetch in order to fix setupGitForOSBotify
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Feb 6, 2025
1 parent eee4086 commit b572b59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cherryPick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
token: ${{ secrets.OS_BOTIFY_TOKEN }}
submodules: true

- name: Run git fetch
run: git fetch

- name: Set up git for OSBotify
id: setupGitForOSBotify
uses: ./.github/actions/composite/setupGitForOSBotifyApp@main
Expand Down

0 comments on commit b572b59

Please sign in to comment.