Skip to content

Commit

Permalink
Merge pull request #250 from stakwork/usecheckout
Browse files Browse the repository at this point in the history
Usecheckout
  • Loading branch information
tobi-bams authored Jul 10, 2024
2 parents 4c6fa61 + e353397 commit f610a54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/buildAndRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
git commit -m "ci: automatic build" || echo -n
git push --set-upstream origin master
- name: Pull Latest Changes
run: |
git fetch origin
git checkout master
git pull origin master
uses: actions/checkout@v2
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}

- name: Create New Release
uses: rymndhng/release-on-push-action@master
Expand Down
2 changes: 1 addition & 1 deletion app/src/NavFiber.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
{:else if currentTab === "Api Keys"}
<Apikeys />
{:else if currentTab === "Test"}
<div>Testing new build Again and Again</div>
<div>Testing new build Again and Again Tester</div>
{:else}
<EnpointPermission />
{/if}
Expand Down

0 comments on commit f610a54

Please sign in to comment.