Skip to content

Commit

Permalink
genxlate all and not commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ollyg committed Oct 6, 2023
1 parent e94ca48 commit eca750b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update_maps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
export MIBHOME=`pwd`
EXTRAS/scripts/genxlate
  EXTRAS/scripts/mkoidmap
EXTRAS/scripts/genxlate all
#   EXTRAS/scripts/mkoidmap

- name: Commit files
run: |
Expand All @@ -40,6 +41,7 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
if: ${{ github.event_name == 'workflow_dispatch' && ! inputs.debug_enabled }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}
Expand Down

0 comments on commit eca750b

Please sign in to comment.