Skip to content

Commit e0bd2dd

Browse files
committed
Make sure we have the repo
1 parent f65ec18 commit e0bd2dd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy_beta.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
deploy_beta:
1010
runs-on: ubuntu-latest
1111
steps:
12+
- name: Checkout
13+
uses: actions/checkout@v5
1214
- name: Convert repository name to lower case
1315
run: |
1416
echo REPOSITORY_LC=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV

0 commit comments

Comments
 (0)