Compare commits
7 commits
1ab6e59fe2
...
40d992ee18
| Author | SHA1 | Date | |
|---|---|---|---|
| 40d992ee18 | |||
|
d245d3972d |
|||
|
6695c9ed4d |
|||
|
65f6ad8752 |
|||
|
72d6497455 |
|||
|
b613927409 |
|||
|
c44d3db5a4 |
4 changed files with 7 additions and 19 deletions
|
|
@ -21,20 +21,9 @@ on:
|
|||
push:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
branches: [ "main", "release/*" ]
|
||||
|
||||
jobs:
|
||||
log-the-inputs:
|
||||
runs-on: debian-latest
|
||||
steps:
|
||||
- run: |
|
||||
echo "Log level: $LEVEL"
|
||||
echo "Tags: $TAGS"
|
||||
echo "Environment: $ENVIRONMENT"
|
||||
env:
|
||||
LEVEL: ${{ inputs.logLevel }}
|
||||
TAGS: ${{ inputs.tags }}
|
||||
|
||||
build:
|
||||
|
||||
runs-on: docker
|
||||
|
|
|
|||
|
|
@ -328,4 +328,4 @@ jobs:
|
|||
exit 1
|
||||
fi
|
||||
|
||||
echo "Release publiée: $API_BASE/$GITHUB_REPOSITORY/releases/tag/$TAG"
|
||||
echo "Release publiée: $API_BASE/$GITHUB_REPOSITORY/releases/tag/$TAG"
|
||||
|
|
|
|||
|
|
@ -1,20 +1,19 @@
|
|||
|
||||
|
||||
# Yavsc
|
||||
[](https://forgejo.pschneider.fr/notazof/yavsc/releases/latest)
|
||||
|
||||
C'est une application mettant en oeuvre une prise de contact entre un demandeur de services et son éventuel prestataire associé.
|
||||
|
||||
# Statut actuel des actions Forgejo
|
||||
|
||||
[](https://forgejo.pschneider.fr/notazof/yavsc/actions?workflow=buildAndTest.yml)
|
||||
|
||||
[](
|
||||
* [](https://forgejo.pschneider.fr/notazof/yavsc/actions?workflow=buildAndTest.yml)
|
||||
|
||||
* [](
|
||||
https://forgejo.pschneider.fr/notazof/yavsc/actions?workflow=release.yml
|
||||
)
|
||||
|
||||
[](https://forgejo.pschneider.fr/notazof/yavsc/releases/latest)
|
||||
|
||||
|
||||
# Statut actuel des actions GitHub
|
||||
|
||||
* [](https://github.com/pazof/yavsc/actions/workflows/docker-publish-android.yml)
|
||||
|
|
|
|||
|
|
@ -25,4 +25,4 @@
|
|||
<ItemGroup>
|
||||
<PackageReference Include="GitVersion.MsBuild" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue