This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch github_actions_take_2 in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit e5f36359d646173c0356268c77be3594cd4b2de2 Author: Tomaz Muraus <[email protected]> AuthorDate: Sun Dec 13 14:19:59 2020 +0100 Fix syntax. --- .github/workflows/publish_pricing_to_s3.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_pricing_to_s3.yml b/.github/workflows/publish_pricing_to_s3.yml index 3c801d2..ea53542 100644 --- a/.github/workflows/publish_pricing_to_s3.yml +++ b/.github/workflows/publish_pricing_to_s3.yml @@ -26,10 +26,10 @@ jobs: id: printenv run: | printenv | sort - with: - fetch-depth: 1 - uses: actions/checkout@master + with: + fetch-depth: 1 - name: Use Python ${{ matrix.python_version }} uses: actions/setup-python@v2
