Skip to content

Commit

Permalink
Make workflows work again.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinalig committed Jan 21, 2021
1 parent 2fe41c7 commit ec80a3f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
- uses: actions/checkout@v2
- run: |
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
- run: echo ::set-env name=PULL_NUMBER::$(echo "$GITHUB_REF" | awk -F / '{print $3}')
shell: bash
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/tagged_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
- uses: actions/checkout@v2
- run: |
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
- run: echo ::set-env name=PULL_NUMBER::$(echo "$GITHUB_REF" | awk -F / '{print $3}')
shell: bash
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit ec80a3f

Please sign in to comment.