mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
fix: checkout code to ensure the bump-azure script is available
This commit is contained in:
committed by
GitHub
parent
5c1a6a68af
commit
8e954d99df
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -59,6 +59,8 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
needs: release
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Bump Azure Template
|
||||
env:
|
||||
BOT_GITHUB_USERNAME: ${{ secrets.HOMEBREW_GITHUB_USERNAME }}
|
||||
|
||||
Reference in New Issue
Block a user