We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c3ffb8 commit e38ff4cCopy full SHA for e38ff4c
.github/workflows/gradle.yml
@@ -7,8 +7,8 @@ on:
7
branches:
8
- '[4-9]+.[0-9]+.x'
9
env:
10
- GIT_USER_NAME: ${{ variables.GIT_USER_NAME }}
11
- GIT_USER_EMAIL: ${{ variables.GIT_USER_EMAIL }}
+ GIT_USER_NAME: ${{ vars.GIT_USER_NAME }}
+ GIT_USER_EMAIL: ${{ vars.GIT_USER_EMAIL }}
12
jobs:
13
test_project:
14
name: "Test Project"
.github/workflows/release.yml
@@ -3,8 +3,8 @@ on:
3
release:
4
types: [published]
5
6
runs-on: ubuntu-latest
0 commit comments