Skip to content

Commit

Permalink
sync clock on setupGitForOSBotifyApp
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpersaud committed Dec 11, 2023
1 parent be0c31d commit 8cf64db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/composite/setupGitForOSBotifyApp/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ runs:
if: runner.debug == '1'
run: echo "GIT_TRACE=true" >> "$GITHUB_ENV"

- name: Sync clock
shell: bash
run: sudo sntp -sS time.windows.com
if: runner.os == 'macOS'

- name: Generate a token
id: generateToken
uses: actions/create-github-app-token@9d97a4282b2c51a2f4f0465b9326399f53c890d4
Expand Down

0 comments on commit 8cf64db

Please sign in to comment.