We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f65ec18 commit e0bd2ddCopy full SHA for e0bd2dd
1 file changed
.github/workflows/deploy_beta.yml
@@ -9,6 +9,8 @@ jobs:
9
deploy_beta:
10
runs-on: ubuntu-latest
11
steps:
12
+ - name: Checkout
13
+ uses: actions/checkout@v5
14
- name: Convert repository name to lower case
15
run: |
16
echo REPOSITORY_LC=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
0 commit comments