We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d99981 commit 8af9062Copy full SHA for 8af9062
.github/workflows/main.yaml
@@ -60,9 +60,9 @@ jobs:
60
uses: actions/checkout@v3
61
with:
62
fetch-depth: 0
63
- - name: Pull tags from upstream repository
+ - name: Fetch tags from upstream repository
64
run: |
65
- git pull --tags https://github.com/amaranth-lang/amaranth.git
+ git fetch --tags https://github.com/amaranth-lang/amaranth.git
66
- name: Set up Python
67
uses: actions/setup-python@v4
68
0 commit comments