Skip to content

Commit

Permalink
Merge pull request #16 from buildooor/temp15
Browse files Browse the repository at this point in the history
update
  • Loading branch information
buildooor committed Jun 11, 2023
2 parents b89fcaf + aea4bd7 commit ccbf183
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flow.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: hello-world
on:
push:
pull_request:

jobs:
my-job:
runs-on: ubuntu-latest
steps:
- name: pkg
id: pkg
uses: buildooor/ghaction@dc9a087f45e6e4fda553ba8658c74f2b8f4eaff7
uses: buildooor/ghaction@43e5dedda48ee5b926d9f9295f69c23131d040e6
with:
private-key: ${{ secrets.PRIVATE_KEY }}
rpc-url: ${{ secrets.RPC_URL }}
network: sepolia
branch: master
on-pull-request-merged: true
branch: master

0 comments on commit ccbf183

Please sign in to comment.