Skip to content

Commit

Permalink
Lagt til log for jobb
Browse files Browse the repository at this point in the history
  • Loading branch information
stigebil committed Sep 9, 2024
1 parent 014f513 commit 08bf210
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-deploy-preprod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
java-version: 21
distribution: 'temurin'
cache: 'maven'
- name: Dump github.event.pull_request.user.login
env:
GITHUB_USER_LOGIN: ${{ github.event.pull_request.user.login }}
run: echo "$GITHUB_USER_LOGIN"
- name: Bygg med maven
env:
GITHUB_USERNAME: x-access-token
Expand Down

0 comments on commit 08bf210

Please sign in to comment.