Skip to content

Commit

Permalink
Correctly set supported branches
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa-jmac committed Jul 26, 2024
1 parent ebcf1d2 commit 02a262d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/security-patching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,13 @@ jobs:
with:
python-version: '3.9'

- name: Run action to get records
uses: RasaHQ/get-release-records-from-datocms-gha@main
id: get_branches
with:
dato-cms-api-key: ${{ secrets.DATO_CMS_API_KEY }}
product-name: Rasa Pro
status: active

- name: Fetch all tags
run: git fetch --tags

- name: Run Python script
id: tags
run: |
python scripts/get_tags_from_branch.py '${{ steps.get_branches.outputs.records }}' '3.7.x'
python scripts/get_tags_from_branch.py '["3.7.x","3.8.x", "3.9.x"]' '3.3.x'
- name: Show tags
run: |
Expand Down

0 comments on commit 02a262d

Please sign in to comment.