diff --git a/.github/workflows/git-pot.yml b/.github/workflows/git-pot.yml index 09a0eeda..1c3b0eb4 100644 --- a/.github/workflows/git-pot.yml +++ b/.github/workflows/git-pot.yml @@ -43,9 +43,9 @@ jobs: ) && if diff footprint.remote footprint.last then - echo ::set-output name=status::skip + echo "status=skip" >> $GITHUB_OUTPUT else - echo ::set-output name=status::no + echo "status=no" >> $GITHUB_OUTPUT fi - name: clone pot/${{ matrix.branch }} branch of current repository if: steps.skip-if-redundant.outputs.status != 'skip'