Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bodsch committed Oct 25, 2023
1 parent 1d4e862 commit 015a3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ jobs:
uses: actions/checkout@v3
with:
path: 'ansible-dovecot'
ref: ${{ github.event.workflow_run.head_branch }}

- name: 🐍 set up python
uses: actions/setup-python@v4
with:
python-version: '3.x'
ref: ${{ github.event.workflow_run.head_branch }}

- name: install dependencies
run: |
Expand Down

0 comments on commit 015a3ee

Please sign in to comment.