Skip to content

Commit

Permalink
test46
Browse files Browse the repository at this point in the history
  • Loading branch information
iZakirSheikh committed Aug 22, 2023
1 parent bbac64a commit 993a1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: echo "::set-output name=VERSION_NAME::$(tr -d '"' <<< $(grep "versionName" "./app/build.gradle" | awk '{print $2}'))"
- name: Initializing System
run: |
run: echo "DATE_TODAY=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
echo "DATE_TODAY=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
echo "IAP_NO_ADS=$(echo ${{ secrets.IAP_NO_ADS }})" >> $GITHUB_ENV
echo "PLACEMENT_BANNER_1=$(echo ${{ secrets.PLACEMENT_BANNER_1 }})" >> $GITHUB_ENV
echo "PLACEMENT_BANNER_1=$(echo ${{ secrets.PLACEMENT_BANNER_1 }})" >> $GITHUB_ENV
Expand Down

0 comments on commit 993a1c3

Please sign in to comment.