We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b328b1 + eec2b4a commit 91bf213Copy full SHA for 91bf213
.github/actions/ios/run-ios-e2e-tests/action.yml
@@ -73,6 +73,7 @@ runs:
73
TEST_DEVICE_UDID: ${{ inputs.test_device_udid }}
74
75
- name: Set artifact name with branch and timestamp
76
+ if: always()
77
run: |
78
BRANCH_NAME="${{ github.ref_name }}"
79
# Sanitize branch name by replacing slashes and other special characters
0 commit comments