Skip to content

Commit

Permalink
build: deploy via e04d934
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 5, 2024
1 parent 351be81 commit 48b56fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020-2022 DDRadar
Copyright (c) 2020-2024 DDRadar

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ English guide is [here](./README.md).

```yaml
steps:
- uses: ddradar/choose-random-action@v2.0.2
- uses: ddradar/choose-random-action@v3.0.0
id: act # output を参照するために必須
with:
contents: |
Expand Down Expand Up @@ -57,14 +57,14 @@ jobs:
runs-on: ubuntu-latest
if: (!contains(github.actor, '[bot]')) # botのコメントを除く
steps:
- uses: ddradar/choose-random-action@v2.0.2
- uses: ddradar/choose-random-action@v3.0.0
id: act
with:
contents: |
https://example.com/your-lgtm-image-1.jpg
https://example.com/your-lgtm-image-2.jpg
https://example.com/your-lgtm-image-3.jpg
- uses: ddradar/lgtm-action@v2
- uses: ddradar/lgtm-action@v3
with:
image-url: ${{ steps.act.outputs.selected }}
```
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Choose one randomly from multiple user inputs

```yaml
steps:
- uses: ddradar/choose-random-action@v2.0.2
- uses: ddradar/choose-random-action@v3.0.0
id: act # required to reference output
with:
contents: |
Expand Down Expand Up @@ -57,14 +57,14 @@ jobs:
runs-on: ubuntu-latest
if: (!contains(github.actor, '[bot]')) # Exclude bot comment
steps:
- uses: ddradar/choose-random-action@v2.0.2
- uses: ddradar/choose-random-action@v3.0.0
id: act
with:
contents: |
https://example.com/your-lgtm-image-1.jpg
https://example.com/your-lgtm-image-2.jpg
https://example.com/your-lgtm-image-3.jpg
- uses: ddradar/lgtm-action@v2
- uses: ddradar/lgtm-action@v3
with:
image-url: ${{ steps.act.outputs.selected }}
```
Expand Down

0 comments on commit 48b56fb

Please sign in to comment.