Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-vincent authored Nov 14, 2021
1 parent 792ece6 commit 2516a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
on:
push:
branches:
- dev
- main

jobs:
job1:
runs-on: ubuntu-latest
steps:
- name: Job 1
id: job1
uses: jeff-vincent/orka-actions-up@dev
uses: jeff-vincent/orka-actions-up@main
with:
orkaUser: ${{ secrets.ORKA_USER }}
orkaPass: ${{ secrets.ORKA_PASS }}
Expand Down

0 comments on commit 2516a79

Please sign in to comment.