Skip to content

Commit

Permalink
CERT_STATUS_FILE=/home/runner/work/#{GITHUB_REPOSITORY}/#{GITHUB_REP…
Browse files Browse the repository at this point in the history
…OSITORY}/fastlane/new_certificate_needed.txt
  • Loading branch information
bjornoleh committed Jan 9, 2025
1 parent fe8da3a commit f870e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_certs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Set output based on Fastlane result
id: set_output
run: |
CERT_STATUS_FILE="#{GITHUB_WORKSPACE}/fastlane/new_certificate_needed.txt"
CERT_STATUS_FILE="/home/runner/work/#{GITHUB_REPOSITORY}/#{GITHUB_REPOSITORY}/fastlane/new_certificate_needed.txt"
if [ -f "$CERT_STATUS_FILE" ]; then
CERT_STATUS=$(cat "$CERT_STATUS_FILE" | tr -d '\n' | tr -d '\r') # Read file content and strip newlines
echo "new_certificate_needed: $CERT_STATUS"
Expand Down

0 comments on commit f870e18

Please sign in to comment.