Skip to content

Commit

Permalink
Use the default branch when checking out repos (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
GioSensation authored Dec 13, 2023
1 parent 5597bc1 commit 9082f03
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/asana-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
with:
repository: duckduckgo/android
path: android/
ref: develop
token: ${{ secrets.DAXMOBILE_AUTOFILL_AUTOMATION }}
- uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -112,7 +111,6 @@ jobs:
with:
repository: duckduckgo/BrowserServicesKit
path: bsk/
ref: main
token: ${{ secrets.DAXMOBILE_AUTOFILL_AUTOMATION }}
- name: Update BSK autofill reference
run: |
Expand Down Expand Up @@ -161,7 +159,6 @@ jobs:
with:
repository: duckduckgo/iOS
path: ios/
ref: develop
token: ${{ secrets.DAXMOBILE_AUTOFILL_AUTOMATION }}
- name: Update iOS autofill reference
env:
Expand Down Expand Up @@ -213,7 +210,6 @@ jobs:
with:
repository: duckduckgo/macos-browser
path: macos/
ref: develop
token: ${{ secrets.DAXMOBILE_AUTOFILL_AUTOMATION }}
- name: Update macOS autofill reference
env:
Expand Down Expand Up @@ -265,7 +261,6 @@ jobs:
with:
repository: duckduckgo/duckduckgo-privacy-extension
path: extensions/
ref: main
token: ${{ secrets.DAXMOBILE_AUTOFILL_AUTOMATION }}
- uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -321,7 +316,6 @@ jobs:
with:
repository: duckduckgo/windows-browser
path: windows/
ref: develop
submodules: true
token: ${{ secrets.DAXMOBILE_AUTOFILL_AUTOMATION }}
- name: Update Windows autofill reference
Expand Down

0 comments on commit 9082f03

Please sign in to comment.