Skip to content

Commit

Permalink
Update custom actions' description
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Oct 2, 2023
1 parent 6a1c764 commit 5a95a0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/python-cache/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Python Cache'
description: 'Run bootstrap.sh'
description: 'Cache Python dependencies'
runs:
using: "composite"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/ruby-cache/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Ruby Cache'
description: 'Run bootstrap.sh'
description: 'Cache Ruby dependencies'
runs:
using: "composite"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/xcode-cache/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Xcode Cache'
description: 'Run bootstrap.sh'
description: 'Cache Xcode dependencies'
runs:
using: "composite"
steps:
Expand Down

0 comments on commit 5a95a0e

Please sign in to comment.