Skip to content

Commit

Permalink
fix: update action name
Browse files Browse the repository at this point in the history
  • Loading branch information
verbanicm committed Sep 9, 2024
1 parent 0da5d68 commit 7759a12
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# test-action

This action is for testing an issue only.
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: 'Test Action'
name: 'Google Actions Testing'
author: 'Google LLC'
description: 'This action is for testing only.'

runs:
using: 'node20'
main: 'index.js'
main: 'index.js'
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
// See the License for the specific language governing permissions and
// limitations under the License.


const version = "1.0.0";
console.log(`test-action v${version}`);
console.log(`test-action v${version}`);

0 comments on commit 7759a12

Please sign in to comment.