Skip to content

Commit

Permalink
Update app-store.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Moises6669 authored May 13, 2024
1 parent 206dd7e commit 34e43d2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/app-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
# ORIENTATION: portrait


# - name: second
# id: other-step
# run: |
# echo "This data ${{ env.DEVICE_INFO }}"
# env:
# DEVICE_INFO: ${{ steps.mystep.outputs.device_info }}
- name: second
id: other-step
run: |
echo "This data ${{ env.DEVICE_INFO }}"
env:
DEVICE_INFO: ${{ steps.mystep.outputs.device_info }}

0 comments on commit 34e43d2

Please sign in to comment.