Skip to content

Commit

Permalink
Change GITHUB_REF used with push
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneselvans committed Nov 6, 2023
1 parent 7681102 commit e471675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-lockfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Set GITHUB_REF for use with push
if: ${{ (github.event_name == 'push') }}
run: |
echo "GITHUB_REF="${{ github.head_ref }} >> $GITHUB_ENV
echo "GITHUB_REF="${{ github.ref_name }} >> $GITHUB_ENV
- name: Log final value of GITHUB_REF
run: |
echo "Final GITHUB_REF:" ${{ env.GITHUB_REF }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [
"catalystcoop.dbfread>=3.0,<3.1",
"catalystcoop.ferc-xbrl-extractor>=1.2.0,<2",
"coloredlogs>=14.0", # Dagster requires 14.0
"dagster-postgres",
"dagster-postgres>=0.21.6",
"dagster-webserver>=1.5.6",
"dagster>=1.5.6",
"dask>=2023",
Expand Down

0 comments on commit e471675

Please sign in to comment.