File tree 1 file changed +7
-7
lines changed 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 15
15
test :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v3
19
19
with :
20
20
# You should create a personal access token and store it in your repository
21
21
token : ${{ secrets.CI_USER_TOKEN }}
@@ -39,15 +39,15 @@ jobs:
39
39
BUILD_NUMBER : ${{ github.run_id }}
40
40
TESTAPP_BRANCH : master
41
41
GITHUB_TOKEN : ${{ secrets.CI_USER_TOKEN }}
42
- TRAVIS_EVENT_TYPE : ${{ github.event_name }}
42
+ EVENT_TYPE : ${{ github.event_name }}
43
43
GITHUB_CONTEXT : ${{ toJson(github) }}
44
- TRAVIS_REPO_SLUG : ${{ github.repository }}
45
- TRAVIS_PULL_REQUEST_SLUG : ${{ github.repository }}
44
+ # REPO_SLUG : ${{ github.repository }}
45
+ PULL_REQUEST_SLUG : ${{ github.repository }}
46
46
UPSTREAM_REPO : ${{ github.repository }}
47
- TRAVIS_COMMIT : ${{ github.sha }}
48
- TRAVIS_PULL_REQUEST_SHA : ${{ github.event.pull_request.head.sha }}
49
- TRAVIS_PULL_REQUEST : ${{ github.event.pull_request.number }}
47
+ PULL_REQUEST_SHA : ${{ github.event.pull_request.head.sha }}
48
+ PULL_REQUEST_NUMBER : ${{ github.event.pull_request.number }}
50
49
UPSTREAM_SHA : ${{ github.sha }}
50
+ TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
51
51
TRAVIS_COM_TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
52
52
EVENT_MESSAGE : ${{ github.event.message }}
53
53
HOME : ' home/runner'
You can’t perform that action at this time.
0 commit comments