Skip to content

Commit

Permalink
Update eudiwinjection.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christosservos authored Nov 9, 2023
1 parent ab370e9 commit ee520b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/eudiwinjection.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: EUDI_INJECTION
on:
push:
workflow_dispatch:

jobs:
eudiw_injection:
name: eudiw_injection
runs-on: ubuntu-latest
steps:
- name: Checkout project sources
uses: actions/checkout@v4
- name: Extract code version from gradle.properties
run: echo "CODE_VERSION=$(awk -F= '$1~/version/{print $2}' gradle.properties)" >> $GITHUB_OUTPUT

0 comments on commit ee520b6

Please sign in to comment.