Skip to content

Commit

Permalink
Try to see if the git add --all works
Browse files Browse the repository at this point in the history
  • Loading branch information
YohannParis committed Sep 28, 2023
1 parent 2e39c11 commit 895ffe9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,19 @@ jobs:
java-version: 11

- name: Generate Text Reading app and its Dockerfile
working-directory: ./skema/text_reading/scala
env:
APP_VERSION: steps.generate.outputs.tag
run: |
cd skema/text_reading/scala
sbt "webapp/docker:stage"
git status
- name: Push to main
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git add .
git status
git add --all
git commit -m "generated text-reading"
git push
Expand Down

0 comments on commit 895ffe9

Please sign in to comment.