Skip to content

Commit 92bb070

Browse files
authored
Apply suggestion from @drammock
1 parent cdd0409 commit 92bb070

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ runs:
2323
shell: bash
2424
run: >-
2525
python -m pip install pyyaml requests;
26-
python ${{ github.action_path }}/sync-teams-to-gh.py -o ${{ github.repository_owner }} -p ${YAML_PATH:=teams.yaml} -m >> $GITHUB_STEP_SUMMARY
26+
python ${{ github.action_path }}/sync-teams-to-gh.py -o ${{ github.repository_owner }} -p ${YAML_PATH:-teams.yaml} -m >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)