diff --git a/.github/workflows/ios_emerge_upload_pr.yml b/.github/workflows/ios_emerge_upload_pr.yml index 90b24cbd..5e2d398d 100644 --- a/.github/workflows/ios_emerge_upload_pr.yml +++ b/.github/workflows/ios_emerge_upload_pr.yml @@ -14,6 +14,9 @@ jobs: working-directory: ./ios steps: + - name: Print Pull Request Action + run: echo "The action that triggered this workflow is ${{ github.event.action }}" + - name: Checkout uses: actions/checkout@v2 diff --git a/.github/workflows/ios_emerge_upload_snapshots.yml b/.github/workflows/ios_emerge_upload_snapshots.yml index 93480574..1d08f8ce 100644 --- a/.github/workflows/ios_emerge_upload_snapshots.yml +++ b/.github/workflows/ios_emerge_upload_snapshots.yml @@ -16,6 +16,9 @@ jobs: working-directory: ./ios steps: + - name: Print Pull Request Action + run: echo "The action that triggered this workflow is ${{ github.event.action }}" + - name: Checkout uses: actions/checkout@v2