Skip to content

Commit

Permalink
Committing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
49081 committed Dec 15, 2023
1 parent 9993300 commit 760e199
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/redis_springboot_README_md.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
workflow_dispatch:

name: 'redis/springboot/README.md'
jobs:
validate:
runs-on: 'ubuntu-latest'
steps:
- uses: 'azure/login@v1'
with:
allow-no-subscriptions: 'true'
creds: '${{ secrets.AZURE_CREDENTIALS }}'
- uses: 'actions/checkout@v3'
- run: |

0 comments on commit 760e199

Please sign in to comment.