Skip to content

Commit

Permalink
update just for setting breakpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicGDX committed Oct 16, 2024
1 parent 9b7a3d3 commit 4ad5462
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pushaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ jobs:
linux:
needs: macos
runs-on: ubuntu-20.04
container: ubuntu:18.04
container: ubuntu:20.04
env:
ORG_GRADLE_PROJECT_GITHUB_USERNAME: ""
ORG_GRADLE_PROJECT_GITHUB_API_TOKEN: ""
steps:
- name: Breakpoint to check the build results
uses: namespacelabs/breakpoint-action@eff28cd7c6966cd3c3953df395f28107aebdd29e
uses: namespacelabs/breakpoint-action@0
with:
duration: 30m
authorized-users: sonicgdx
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/releaseaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ jobs:
linux:
needs: macos
runs-on: ubuntu-20.04
container: ubuntu:18.04
container: ubuntu:20.04
env:
ORG_GRADLE_PROJECT_GITHUB_USERNAME: ""
ORG_GRADLE_PROJECT_GITHUB_API_TOKEN: ""
steps:
- name: Breakpoint to check the build results
uses: namespacelabs/breakpoint-action@eff28cd7c6966cd3c3953df395f28107aebdd29e
uses: namespacelabs/breakpoint-action@latest
with:
duration: 30m
authorized-users: sonicgdx
Expand Down

0 comments on commit 4ad5462

Please sign in to comment.