We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 817135a commit 8299788Copy full SHA for 8299788
1 file changed
.github/workflows/ci_linux.yml
@@ -41,7 +41,7 @@ jobs:
41
outputs:
42
# Output the result of the permission check
43
actor_has_write_permission: ${{ steps.check_access.outputs.require-result }}
44
- # Output the buile artifact details so the test job can use them
+ # Output the build artifact details so the test job can use them
45
artifact_name: ${{ steps.artifact_details.outputs.name }}
46
artifact_path: ${{ steps.artifact_details.outputs.path }}
47
0 commit comments