Skip to content

Commit

Permalink
Merge pull request #726 from conda-bot/update
Browse files Browse the repository at this point in the history
🤖 Update infrastructure file(s)
  • Loading branch information
maresb authored Oct 14, 2024
2 parents 1efc946 + 9d67244 commit 8c06655
Show file tree
Hide file tree
Showing 3 changed files with 288 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/template-files/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ conda/governance:

conda/infrastructure:
# [required] general workflows
- .github/workflows/cla.yml
# - .github/workflows/cla.yml
- .github/workflows/update.yml

# [optional] to include repo in https://github.com/orgs/conda/projects/2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo REPOSITORY=$(curl --silent ${{ github.event.issue.pull_request.url }} | jq --raw-output '.head.repo.full_name') >> $GITHUB_ENV
echo REF=$(curl --silent ${{ github.event.issue.pull_request.url }} | jq --raw-output '.head.ref') >> $GITHUB_ENV
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
repository: ${{ env.REPOSITORY || github.repository }}
ref: ${{ env.REF || '' }}
Expand Down
Loading

0 comments on commit 8c06655

Please sign in to comment.