Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 795fe6f

Browse files
authored
fix: update action name (#2)
1 parent 0da5d68 commit 795fe6f

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# test-action
2+
23
This action is for testing an issue only.

action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
name: 'Test Action'
15+
name: 'Google Actions Testing'
16+
author: 'Google LLC'
1617
description: 'This action is for testing only.'
1718

1819
runs:
1920
using: 'node20'
20-
main: 'index.js'
21+
main: 'index.js'

index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
1615
const version = "1.0.0";
17-
console.log(`test-action v${version}`);
16+
console.log(`test-action v${version}`);

0 commit comments

Comments
 (0)