Skip to content

Commit

Permalink
🚧 even more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Coperh committed Nov 11, 2024
1 parent 31b7cc1 commit 91666da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/oaf-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
- name: Run compile dependencies
run: ./bin/compile_dependencies.sh --upgrade-package open-api-framework
- name: Get OAF Version
run: $oaf_version=$(grep -Po '(?<=pip-tools==)[^\n]*' requirements/dev.txt)
run: echo "OAF_VERSION=$(grep -Po '(?<=pip-tools==)[^\n]*' requirements/dev.txt)" >> $GITHUB_ENV
- name: Create Branch
run: git branch update/open-api-framework-$oaf_version
run: git branch update/open-api-framework-${{env.OAF_VERSION}}
- name: Commit Changes
run: "git commit -f requires/*.txt -m ':arrow_up: Update oaf to $oaf_version'"
run: "git commit -f requires/*.txt -m ':arrow_up: Update oaf to ${{env.OAF_VERSION}}'"
- name: log
run: git log

0 comments on commit 91666da

Please sign in to comment.