fix: Refactor code for accessing Google Ad info (#491) #155
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Dependabot Branch Rebase" | |
on: | |
push: | |
branches: | |
- development | |
workflow_dispatch: | |
jobs: | |
rebase-branch: | |
name: "Rebase Development onto Dependabot Branch" | |
uses: mParticle/mparticle-workflows/.github/workflows/dependabot-rebase-development.yml@main | |
secrets: inherit |