Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
khalford committed Oct 2, 2024
1 parent d331486 commit b0f913e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cloud_chatops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@ jobs:
uses: actions/checkout@v4
with:
ref: 'master'
path: '/app/main'
path: 'main'

- name: Checkout current working branch
uses: actions/checkout@v4
with:
path: '/app/branch'
path: 'branch'

- name: Compare versions
if: ${{ github.ref != 'refs/heads/master' }}
uses: khalford/check-version-action@dev
uses: khalford/check-version-action@main
with:
app_version_path: "cloud-chatops/version.txt"
docker_compose_path: "cloud-chatops/docker-compose.yaml"
Expand Down

0 comments on commit b0f913e

Please sign in to comment.