Skip to content

Commit

Permalink
Merge pull request #370 from DroidKaigi/tomoya0x00/make_use_of_gh-act…
Browse files Browse the repository at this point in the history
…ions_2023

Make use of gh-actions 2023 in StagePush workflow
  • Loading branch information
takahirom authored Aug 7, 2023
2 parents c33e8ed + d46b819 commit 0ba975f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/StagePush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
repository: droidkaigi/conference-app-2021
repository: droidkaigi/conference-app-2023
ref: gh-actions
path: gh-actions
- uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
id: find-dev-debug-apk
with:
pattern: "~/build-outputs/**/app-android-dev-debug.apk"
- uses: jmatsu/dg-upload-app-action@08daaa236f4b04b1af93aa288c2e2bbe8bf40fcb # v0.2.2
- uses: tomoya0x00/dg-upload-app-action@eb9f76ba60198daa17c583705ebf527216e2def7
id: upload
with:
app_owner_name: droidkaigi
Expand Down

0 comments on commit 0ba975f

Please sign in to comment.