This repository has been archived by the owner on May 14, 2024. It is now read-only.
Check Neo SDK version #462
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: "Check Neo SDK version" | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: '12 4 * * *' # Daily at 04:12 | |
jobs: | |
check-changes: | |
name: Check SAP BTP SDK for the Neo environment | |
runs-on: ubuntu-latest | |
steps: | |
- name: 🛎️ Checkout | |
uses: actions/checkout@v4 | |
- name: 🌡️ Check changes | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
run: | | |
bash check.sh || exit 9 |