Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
natan-dias committed Mar 20, 2024
1 parent 87a4d28 commit dd3eea9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- name: Checkout repo
uses: actions/[email protected]

#- name: Set base branch
# id: base_branch
# run: echo "::set-output name=base::$(git merge-base HEAD ${{ github.event.before }})"
- name: Set base branch
id: base_branch
run: echo "::set-output name=base::$(git merge-base HEAD ${{ github.event.before }})"

- name: Check Dockerfile changes
id: check
Expand Down

0 comments on commit dd3eea9

Please sign in to comment.