Skip to content

Commit

Permalink
test 6.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DarylTodosichuk committed Oct 24, 2024
1 parent abcb0db commit 64bb3ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: List merged branches
id: get-branch
run: |
echo "MERGED_BRANCH=$(gitgit log --merges --pretty=format:"%s" -1)" >> $GITHUB_OUTPUT
echo "MERGED_BRANCH=$(git log --merges --pretty=format:"%s" -1)" >> $GITHUB_OUTPUT
MERGED_BRANCH=$(gitgit log --merges --pretty=format:"%s" -1)
echo "Merged branch: $MERGED_BRANCH"
- name: Set repository version variable
Expand Down
2 changes: 1 addition & 1 deletion applications/scripts/datafix-ab#006.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ test 5
test 6
test 7
test 8
test 9
test 9.1

0 comments on commit 64bb3ca

Please sign in to comment.