Skip to content

Commit 2a51e40

Browse files
feat: updated for fsc git action (#424)
* Update android.yml * Update .github/workflows/android.yml Co-authored-by: Mirza Sohail Hussain <[email protected]>
1 parent 8f91d38 commit 2a51e40

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/android.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,19 @@ jobs:
5252
- name: Trigger build
5353
env:
5454
SDK: android
55+
FULLSTACK_TEST_REPO: ${{ inputs.FULLSTACK_TEST_REPO }}
5556
BUILD_NUMBER: ${{ github.run_id }}
5657
TESTAPP_BRANCH: master
5758
GITHUB_TOKEN: ${{ secrets.CI_USER_TOKEN }}
58-
TRAVIS_EVENT_TYPE: ${{ github.event_name }}
59+
EVENT_TYPE: ${{ github.event_name }}
5960
GITHUB_CONTEXT: ${{ toJson(github) }}
60-
TRAVIS_REPO_SLUG: ${{ github.repository }}
61-
TRAVIS_PULL_REQUEST_SLUG: ${{ github.repository }}
61+
#REPO_SLUG: ${{ github.repository }}
62+
PULL_REQUEST_SLUG: ${{ github.repository }}
6263
UPSTREAM_REPO: ${{ github.repository }}
63-
TRAVIS_COMMIT: ${{ github.sha }}
64-
TRAVIS_PULL_REQUEST_SHA: ${{ github.event.pull_request.head.sha }}
65-
TRAVIS_PULL_REQUEST: ${{ github.event.pull_request.number }}
64+
PULL_REQUEST_SHA: ${{ github.event.pull_request.head.sha }}
65+
PULL_REQUEST_NUMBER: ${{ github.event.pull_request.number }}
6666
UPSTREAM_SHA: ${{ github.sha }}
67-
TRAVIS_COM_TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}
67+
TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}
6868
EVENT_MESSAGE: ${{ github.event.message }}
6969
HOME: 'home/runner'
7070
run: |

0 commit comments

Comments
 (0)