Skip to content

Commit

Permalink
test96
Browse files Browse the repository at this point in the history
  • Loading branch information
iZakirSheikh committed Aug 23, 2023
1 parent 0bba273 commit e136a13
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,4 @@ jobs:
echo "UNITY_APP_ID=${{ secrets.UNITY_APP_ID }}" >> local.properties
- name: Set IAP_NO_ADS
run: |
IAP_NO_ADS=$(cat local.properties | grep IAP_NO_ADS | cut -d '=' -f 2)
echo "IAP_NO_ADS=$IAP_NO_ADS" >> $GITHUB_ENV
- name: Print IAP_NO_ADS
run: |
echo "The value of IAP_NO_ADS is $IAP_NO_ADS"
echo $(cat local.properties | grep IAP_NO_ADS | cut -d '=' -f 2)

0 comments on commit e136a13

Please sign in to comment.