Skip to content

Commit

Permalink
Update manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbrown30 authored Jul 11, 2024
1 parent 7661ca8 commit 5f4323b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
echo "AUTH_TOKEN=$token" >> "$GITHUB_ENV"
- run: echo "$AUTH_TOKEN"
- name: Echo url
run: echo "${{fromJson(env.AUTH_TOKEN.url)}}"
run: echo "${{ fromJson(env.AUTH_TOKEN.url) }}"

0 comments on commit 5f4323b

Please sign in to comment.