Skip to content

Commit

Permalink
Set to env - not output
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSinn committed May 16, 2024
1 parent 6fc41db commit 36f0af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout Project
uses: actions/checkout@v4
- name: Setup Fastlane Auth
run: echo "FASTLANE_GIT_BASIC_AUTHORIZATION=$(echo -n taplytics-robot:${{ secrets.AUTOMATION_USER_TOKEN }} | base64 -w 0)" >> "$GITHUB_OUTPUT"
run: echo "FASTLANE_GIT_BASIC_AUTHORIZATION=$(echo -n taplytics-robot:${{ secrets.AUTOMATION_USER_TOKEN }} | base64 -w 0)" >> "$GITHUB_ENV"
- name: "Select Latest Xcode"
uses: maxim-lobanov/setup-xcode@v1
with:
Expand Down

0 comments on commit 36f0af1

Please sign in to comment.