Skip to content

Commit

Permalink
try a git add --force
Browse files Browse the repository at this point in the history
  • Loading branch information
YohannParis committed Sep 28, 2023
1 parent f691103 commit 41075ae
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,17 @@ 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 status
git add --all
git add -vf skema/text_reading/scala/target/*
git commit -m "generated text-reading"
git push
Expand Down

0 comments on commit 41075ae

Please sign in to comment.