Skip to content

Commit

Permalink
🚧 add git push
Browse files Browse the repository at this point in the history
  • Loading branch information
Coperh committed Nov 11, 2024
1 parent 092d64c commit 5633d5f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/oaf-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
run: ./bin/compile_dependencies.sh --upgrade-package open-api-framework
- name: Get OAF Version
run: echo "OAF_VERSION=$(grep -Po '(?<=open-api-framework==)[^\n]*' requirements/dev.txt)" >> $GITHUB_ENV
- name: Create Branch
run: git branch update/open-api-framework-${{env.OAF_VERSION}}
- name: Create and Checkout Branch
run: git checkout -q -B update/open-api-framework-${{env.OAF_VERSION}}
- name: Commit Changes
run: "git commit -i requirements/*.txt -m ':arrow_up: Update oaf to ${{env.OAF_VERSION}}'"
- name: log
run: git log
run: "git commit -i requirements/*.txt -m ':arrow_up: Update Open-API-Framework to ${{env.OAF_VERSION}}'"
- name: Push Changes
run: git push -f origin

0 comments on commit 5633d5f

Please sign in to comment.