We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11d40c2 commit c5233c2Copy full SHA for c5233c2
.github/workflows/cd.yml
@@ -41,7 +41,7 @@ jobs:
41
strategy:
42
fail-fast: false
43
matrix:
44
- os: [macOS-latest, ubuntu-latest]
+ os: [ubuntu-latest]
45
python-version: [3.11]
46
47
steps:
.github/workflows/update_analysis3.yaml
@@ -147,7 +147,7 @@ jobs:
147
--title "Bump access-mopper to ${VERSION} in analysis3 env" \
148
--body "Updates \`${FILE_PATH}\` to \`accessnri::access-mopper==${VERSION}\`."
149
# Capture PR number (works whether newly created or pre-existing)
150
- gh pr view --head "${BRANCH}" --json number -q .number > ../pr_number.txt
+ gh pr view "${BRANCH}" --json number -q .number > ../pr_number.txt
151
152
- name: Enable auto-merge
153
if: steps.edit.outputs.changed == 'true'
0 commit comments